Uses of Class
net.minecraft.screen.slot.SlotActionType
| Package | Description |
|---|---|
| net.minecraft.client.gui.screen.ingame | |
| net.minecraft.client.network | |
| net.minecraft.network.packet.c2s.play | |
| net.minecraft.screen | |
| net.minecraft.screen.slot |
-
Uses of SlotActionType in net.minecraft.client.gui.screen.ingame
Methods in net.minecraft.client.gui.screen.ingame with parameters of type SlotActionType Modifier and Type Method Description protected 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 SlotActionType Modifier and Type Method Description voidClientPlayerInteractionManager. clickSlot(int syncId, int slotId, int button, SlotActionType actionType, PlayerEntity playerEntity) -
Uses of SlotActionType in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play declared as SlotActionType Modifier and Type Field Description private SlotActionTypeClickSlotC2SPacket. actionTypeMethods in net.minecraft.network.packet.c2s.play that return SlotActionType Modifier and Type Method Description SlotActionTypeClickSlotC2SPacket. getActionType()Constructors in net.minecraft.network.packet.c2s.play with parameters of type SlotActionType Constructor Description ClickSlotC2SPacket(int syncId, 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 SlotActionType Modifier and Type Method Description private 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 SlotActionType Modifier and Type Method Description static SlotActionTypeSlotActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static SlotActionType[]SlotActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.