Uses of Enum Class
net.minecraft.world.inventory.ClickAction
Packages that use ClickAction
Package
Description
-
Uses of ClickAction in net.minecraft.client.player
Methods in net.minecraft.client.player with parameters of type ClickActionModifier and TypeMethodDescriptionvoid
LocalPlayer.updateTutorialInventoryAction
(ItemStack p_172532_, ItemStack p_172533_, ClickAction p_172534_) -
Uses of ClickAction in net.minecraft.client.tutorial
Methods in net.minecraft.client.tutorial with parameters of type ClickActionModifier and TypeMethodDescriptionvoid
BundleTutorial.onInventoryAction
(ItemStack p_175007_, ItemStack p_175008_, ClickAction p_175009_) void
Tutorial.onInventoryAction
(ItemStack p_175025_, ItemStack p_175026_, ClickAction p_175027_) -
Uses of ClickAction in net.minecraft.world.entity.player
Methods in net.minecraft.world.entity.player with parameters of type ClickActionModifier and TypeMethodDescriptionvoid
Player.updateTutorialInventoryAction
(ItemStack p_150098_, ItemStack p_150099_, ClickAction p_150100_) -
Uses of ClickAction in net.minecraft.world.inventory
Methods in net.minecraft.world.inventory that return ClickActionModifier and TypeMethodDescriptionstatic ClickAction
Returns the enum constant of this class with the specified name.static ClickAction[]
ClickAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.inventory with parameters of type ClickActionModifier and TypeMethodDescriptionprivate boolean
AbstractContainerMenu.tryItemClickBehaviourOverride
(Player p_249615_, ClickAction p_250300_, Slot p_249384_, ItemStack p_251073_, ItemStack p_252026_) -
Uses of ClickAction in net.minecraft.world.item
Methods in net.minecraft.world.item with parameters of type ClickActionModifier and TypeMethodDescriptionboolean
BundleItem.overrideOtherStackedOnMe
(ItemStack p_150742_, ItemStack p_150743_, Slot p_150744_, ClickAction p_150745_, Player p_150746_, SlotAccess p_150747_) boolean
Item.overrideOtherStackedOnMe
(ItemStack p_150892_, ItemStack p_150893_, Slot p_150894_, ClickAction p_150895_, Player p_150896_, SlotAccess p_150897_) boolean
ItemStack.overrideOtherStackedOnMe
(ItemStack p_150933_, Slot p_150934_, ClickAction p_150935_, Player p_150936_, SlotAccess p_150937_) boolean
BundleItem.overrideStackedOnOther
(ItemStack p_150733_, Slot p_150734_, ClickAction p_150735_, Player p_150736_) boolean
Item.overrideStackedOnOther
(ItemStack p_150888_, Slot p_150889_, ClickAction p_150890_, Player p_150891_) boolean
ItemStack.overrideStackedOnOther
(Slot p_150927_, ClickAction p_150928_, Player p_150929_) -
Uses of ClickAction in net.neoforged.neoforge.common
Methods in net.neoforged.neoforge.common with parameters of type ClickActionModifier and TypeMethodDescriptionstatic boolean
CommonHooks.onItemStackedOn
(ItemStack carriedItem, ItemStack stackedOnItem, Slot slot, ClickAction action, Player player, SlotAccess carriedSlotAccess) Fires theItemStackedOnOtherEvent
, allowing items to handle custom behavior relating to being stacked together (i.e. -
Uses of ClickAction in net.neoforged.neoforge.event
Fields in net.neoforged.neoforge.event declared as ClickActionMethods in net.neoforged.neoforge.event that return ClickActionModifier and TypeMethodDescriptionItemStackedOnOtherEvent.getClickAction()
Returns the click action being used.Constructors in net.neoforged.neoforge.event with parameters of type ClickActionModifierConstructorDescriptionItemStackedOnOtherEvent
(ItemStack carriedItem, ItemStack stackedOnItem, Slot slot, ClickAction action, Player player, SlotAccess carriedSlotAccess)