Class CreativeInventoryListener
java.lang.Object
net.minecraft.client.gui.screens.inventory.CreativeInventoryListener
- All Implemented Interfaces:
ContainerListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddataChanged(AbstractContainerMenu containerMenu, int dataSlotIndex, int value) voidslotChanged(AbstractContainerMenu containerToSend, int slotInd, ItemStack stack) Sends the contents of an inventory slot to the client-side Container.
-
Field Details
-
minecraft
-
-
Constructor Details
-
CreativeInventoryListener
-
-
Method Details
-
slotChanged
Sends the contents of an inventory slot to the client-side Container. This doesn't have to match the actual contents of that slot.- Specified by:
slotChangedin interfaceContainerListener
-
dataChanged
- Specified by:
dataChangedin interfaceContainerListener
-