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 voidClientPlayerEntity. onPickupSlotClick(ItemStack cursorStack, ItemStack slotStack, ClickType clickType)Called when a player performs apickup slot actionin 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 voidBundleTutorial. onPickupSlotClick(ItemStack cursorStack, ItemStack slotStack, ClickType clickType)A callback for starting the bundle tutorial.voidTutorialManager. onPickupSlotClick(ItemStack cursorStack, ItemStack slotStack, ClickType clickType)Called when a player performs apickup slot actionin 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 voidPlayerEntity. onPickupSlotClick(ItemStack cursorStack, ItemStack slotStack, ClickType clickType)Called when a player performs apickup slot actionin 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 booleanBundleItem. onClicked(ItemStack stack, ItemStack otherStack, Slot slot, ClickType clickType, PlayerEntity player, CommandItemSlot cursorSlot)booleanItem. onClicked(ItemStack stack, ItemStack otherStack, Slot slot, ClickType clickType, PlayerEntity player, CommandItemSlot cursorSlot)booleanItemStack. onClicked(ItemStack stack, Slot slot, ClickType clickType, PlayerEntity player, CommandItemSlot cursorSlot)booleanBundleItem. onStackClicked(ItemStack stack, Slot slot, ClickType clickType, PlayerEntity player)booleanItem. onStackClicked(ItemStack stack, Slot slot, ClickType clickType, PlayerEntity player)booleanItemStack. 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 ClickTypeClickType. 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.