Uses of Enum Class
net.minecraft.screen.slot.SlotActionType
Packages that use SlotActionType
Package
Description
-
Uses of SlotActionType in net.minecraft.client.gui.screen.ingame
Methods in net.minecraft.client.gui.screen.ingame with parameters of type SlotActionTypeModifier and TypeMethodDescriptionprotected voidAbstractFurnaceScreen.onMouseClick(Slot slot, int slotId, int button, SlotActionType actionType) protected voidCraftingScreen.onMouseClick(Slot slot, int slotId, int button, SlotActionType actionType) protected voidCreativeInventoryScreen.onMouseClick(@Nullable Slot slot, int slotId, int button, SlotActionType actionType) protected voidHandledScreen.onMouseClick(Slot slot, int slotId, int button, SlotActionType actionType) protected voidInventoryScreen.onMouseClick(Slot slot, int slotId, int button, SlotActionType actionType) -
Uses of SlotActionType in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type SlotActionTypeModifier and TypeMethodDescriptionvoidClientPlayerInteractionManager.clickSlot(int syncId, int slotId, int button, SlotActionType actionType, PlayerEntity player) -
Uses of SlotActionType in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play declared as SlotActionTypeMethods in net.minecraft.network.packet.c2s.play that return SlotActionTypeConstructors in net.minecraft.network.packet.c2s.play with parameters of type SlotActionTypeModifierConstructorDescriptionClickSlotC2SPacket(int syncId, int revision, int slot, int button, SlotActionType actionType, ItemStack stack, Int2ObjectMap<ItemStack> modifiedStacks) -
Uses of SlotActionType in net.minecraft.screen
Methods in net.minecraft.screen with parameters of type SlotActionTypeModifier and TypeMethodDescriptionprivate voidScreenHandler.internalOnSlotClick(int slotIndex, int button, SlotActionType actionType, PlayerEntity player) The actual logic that handles a slot click.voidScreenHandler.onSlotClick(int slotIndex, int button, SlotActionType actionType, PlayerEntity player) Performs a slot click. -
Uses of SlotActionType in net.minecraft.screen.slot
Methods in net.minecraft.screen.slot that return SlotActionTypeModifier and TypeMethodDescriptionstatic SlotActionTypeReturns 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.