Uses of Enum Class
net.minecraft.screen.slot.SlotActionType
Package
Description
-
Uses of SlotActionType in net.minecraft.client.gui.screen.ingame
Modifier and TypeMethodDescriptionprotected void
AbstractFurnaceScreen.onMouseClick
(Slot slot, int slotId, int button, SlotActionType actionType) protected void
CraftingScreen.onMouseClick
(Slot slot, int slotId, int button, SlotActionType actionType) protected void
CreativeInventoryScreen.onMouseClick
(@Nullable Slot slot, int slotId, int button, SlotActionType actionType) protected void
HandledScreen.onMouseClick
(Slot slot, int slotId, int button, SlotActionType actionType) protected void
InventoryScreen.onMouseClick
(Slot slot, int slotId, int button, SlotActionType actionType) -
Uses of SlotActionType in net.minecraft.client.network
Modifier and TypeMethodDescriptionvoid
ClientPlayerInteractionManager.clickSlot
(int syncId, int slotId, int button, SlotActionType actionType, PlayerEntity player) -
Uses of SlotActionType in net.minecraft.network.packet.c2s.play
ModifierConstructorDescriptionClickSlotC2SPacket
(int syncId, int revision, int slot, int button, SlotActionType actionType, ItemStack stack, Int2ObjectMap<ItemStack> modifiedStacks) -
Uses of SlotActionType in net.minecraft.screen
Modifier and TypeMethodDescriptionprivate void
ScreenHandler.internalOnSlotClick
(int slotIndex, int button, SlotActionType actionType, PlayerEntity player) The actual logic that handles a slot click.void
ScreenHandler.onSlotClick
(int slotIndex, int button, SlotActionType actionType, PlayerEntity player) Performs a slot click. -
Uses of SlotActionType in net.minecraft.screen.slot
Modifier and TypeMethodDescriptionstatic SlotActionType
Returns the enum constant of this class with the specified name.static SlotActionType[]
SlotActionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.