Uses of Class
net.minecraft.util.ClickType
Package | Description |
---|---|
net.minecraft.client.network | |
net.minecraft.client.tutorial | |
net.minecraft.entity.player | |
net.minecraft.item | |
net.minecraft.util |
-
Uses of ClickType in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type ClickType Modifier and Type Method Description void
ClientPlayerEntity. onPickupSlotClick(ItemStack cursorStack, ItemStack slotStack, ClickType clickType)
Called when a player performs apickup slot action
in a screen handler. -
Uses of ClickType in net.minecraft.client.tutorial
Methods in net.minecraft.client.tutorial with parameters of type ClickType Modifier and Type Method Description void
BundleTutorial. onPickupSlotClick(ItemStack cursorStack, ItemStack slotStack, ClickType clickType)
A callback for starting the bundle tutorial.void
TutorialManager. onPickupSlotClick(ItemStack cursorStack, ItemStack slotStack, ClickType clickType)
Called when a player performs apickup slot action
in a screen handler. -
Uses of ClickType in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type ClickType Modifier and Type Method Description void
PlayerEntity. onPickupSlotClick(ItemStack cursorStack, ItemStack slotStack, ClickType clickType)
Called when a player performs apickup slot action
in a screen handler. -
Uses of ClickType in net.minecraft.item
Methods in net.minecraft.item with parameters of type ClickType Modifier and Type Method Description boolean
BundleItem. onClicked(ItemStack stack, ItemStack otherStack, Slot slot, ClickType clickType, PlayerEntity player, CommandItemSlot cursorSlot)
boolean
Item. onClicked(ItemStack stack, ItemStack otherStack, Slot slot, ClickType clickType, PlayerEntity player, CommandItemSlot cursorSlot)
boolean
ItemStack. onClicked(ItemStack stack, Slot slot, ClickType clickType, PlayerEntity player, CommandItemSlot cursorSlot)
boolean
BundleItem. onStackClicked(ItemStack stack, Slot slot, ClickType clickType, PlayerEntity player)
boolean
Item. onStackClicked(ItemStack stack, Slot slot, ClickType clickType, PlayerEntity player)
boolean
ItemStack. onStackClicked(Slot slot, ClickType clickType, PlayerEntity player)
-
Uses of ClickType in net.minecraft.util
Methods in net.minecraft.util that return ClickType Modifier and Type Method Description static ClickType
ClickType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClickType[]
ClickType. values()
Returns an array containing the constants of this enum type, in the order they are declared.