Uses of Enum Class
net.minecraft.item.consume.UseAction
Package
Description
-
Uses of UseAction in net.minecraft.client.render.entity.state
-
Uses of UseAction in net.minecraft.component.type
Modifier and TypeFieldDescriptionprivate UseAction
ConsumableComponent.Builder.useAction
private final UseAction
ConsumableComponent.useAction
The field for theuseAction
record component.Modifier and TypeMethodDescriptionConsumableComponent.useAction()
Returns the value of theuseAction
record component.Modifier and TypeMethodDescriptionModifierConstructorDescriptionConsumableComponent
(float float2, UseAction useAction, RegistryEntry<SoundEvent> registryEntry, boolean bool, List<ConsumeEffect> list) -
Uses of UseAction in net.minecraft.item
Modifier and TypeMethodDescriptionBowItem.getUseAction
(ItemStack stack) Returns the use action the item should perform.BrushItem.getUseAction
(ItemStack stack) Returns the use action the item should perform.CrossbowItem.getUseAction
(ItemStack stack) Returns the use action the item should perform.GoatHornItem.getUseAction
(ItemStack stack) Returns the use action the item should perform.Item.getUseAction
(ItemStack stack) Returns the use action the item should perform.ItemStack.getUseAction()
ShieldItem.getUseAction
(ItemStack stack) Returns the use action the item should perform.SpyglassItem.getUseAction
(ItemStack stack) Returns the use action the item should perform.TridentItem.getUseAction
(ItemStack stack) Returns the use action the item should perform. -
Uses of UseAction in net.minecraft.item.consume
Modifier and TypeFieldDescriptionprivate static final IntFunction
<UseAction> UseAction.BY_ID
static final com.mojang.serialization.Codec
<UseAction> UseAction.CODEC
static final PacketCodec
<ByteBuf, UseAction> UseAction.PACKET_CODEC