Class MerchantContainerMixin

java.lang.Object
petrolpark.mc.pquality.mixin.MerchantContainerMixin
All Implemented Interfaces:
net.minecraft.world.Clearable, net.minecraft.world.Container

public abstract class MerchantContainerMixin extends Object implements net.minecraft.world.Container
  • Field Summary

    Fields inherited from interface net.minecraft.world.Container

    DEFAULT_DISTANCE_BUFFER
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    pquality$modifyOfferXp(int original)
     
    net.minecraft.world.item.ItemStack
    pquality$modifySoldItems(net.minecraft.world.item.ItemStack original)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraft.world.Clearable

    clearContent

    Methods inherited from interface net.minecraft.world.Container

    canPlaceItem, canTakeItem, countItem, getContainerSize, getItem, getMaxStackSize, getMaxStackSize, hasAnyMatching, hasAnyOf, isEmpty, removeItem, removeItemNoUpdate, setChanged, setItem, startOpen, stillValid, stopOpen
  • Constructor Details

    • MerchantContainerMixin

      public MerchantContainerMixin()
  • Method Details

    • pquality$modifySoldItems

      public net.minecraft.world.item.ItemStack pquality$modifySoldItems(net.minecraft.world.item.ItemStack original)
    • pquality$modifyOfferXp

      public int pquality$modifyOfferXp(int original)