Uses of Enum Class
net.minecraft.world.inventory.ContainerInput
Packages that use ContainerInput
Package
Description
-
Uses of ContainerInput in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type ContainerInputModifier and TypeMethodDescriptionvoidBundleMouseActions.onSlotClicked(Slot slot, ContainerInput containerInput) voidItemSlotMouseAction.onSlotClicked(Slot slot, ContainerInput containerInput) -
Uses of ContainerInput in net.minecraft.client.gui.screens.inventory
Methods in net.minecraft.client.gui.screens.inventory with parameters of type ContainerInputModifier and TypeMethodDescription(package private) voidAbstractContainerScreen.onMouseClickAction(@Nullable Slot slot, ContainerInput containerInput) protected voidAbstractContainerScreen.slotClicked(Slot slot, int slotId, int buttonNum, ContainerInput containerInput) protected voidAbstractRecipeBookScreen.slotClicked(Slot slot, int slotId, int buttonNum, ContainerInput containerInput) protected voidCrafterScreen.slotClicked(Slot slot, int slotId, int buttonNum, ContainerInput containerInput) protected voidCreativeModeInventoryScreen.slotClicked(@Nullable Slot slot, int slotId, int buttonNum, ContainerInput containerInput) -
Uses of ContainerInput in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ContainerInputModifier and TypeMethodDescriptionvoidMultiPlayerGameMode.handleContainerInput(int containerId, int slotNum, int buttonNum, ContainerInput containerInput, Player player) -
Uses of ContainerInput in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as ContainerInputModifier and TypeFieldDescriptionprivate final ContainerInputServerboundContainerClickPacket.containerInputThe field for thecontainerInputrecord component.Methods in net.minecraft.network.protocol.game that return ContainerInputModifier and TypeMethodDescriptionServerboundContainerClickPacket.containerInput()Returns the value of thecontainerInputrecord component.Constructors in net.minecraft.network.protocol.game with parameters of type ContainerInputModifierConstructorDescriptionServerboundContainerClickPacket(int containerId, int stateId, short slotNum, byte buttonNum, ContainerInput containerInput, it.unimi.dsi.fastutil.ints.Int2ObjectMap<HashedStack> changedSlots, HashedStack carriedItem) Creates an instance of aServerboundContainerClickPacketrecord class. -
Uses of ContainerInput in net.minecraft.world.inventory
Subclasses with type arguments of type ContainerInput in net.minecraft.world.inventoryFields in net.minecraft.world.inventory with type parameters of type ContainerInputModifier and TypeFieldDescriptionprivate static final IntFunction<ContainerInput> ContainerInput.BY_IDstatic final StreamCodec<io.netty.buffer.ByteBuf, ContainerInput> ContainerInput.STREAM_CODECMethods in net.minecraft.world.inventory that return ContainerInputModifier and TypeMethodDescriptionstatic ContainerInputReturns the enum constant of this class with the specified name.static ContainerInput[]ContainerInput.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.inventory with parameters of type ContainerInputModifier and TypeMethodDescriptionvoidAbstractContainerMenu.clicked(int slotIndex, int buttonNum, ContainerInput containerInput, Player player) private voidAbstractContainerMenu.doClick(int slotIndex, int buttonNum, ContainerInput containerInput, Player player)