Uses of Enum Class
net.minecraft.util.UseAction
Packages that use UseAction
Package
Description
The base package for all Minecraft classes.
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of UseAction in net.minecraft
Fields in net.minecraft declared as UseActionModifier and TypeFieldDescriptionprivate final UseActionclass_10124.animationThe field for theanimationrecord component.private UseActionclass_10124.class_10125.field_53775Methods in net.minecraft that return UseActionModifier and TypeMethodDescriptionclass_10124.animation()Returns the value of theanimationrecord component.Methods in net.minecraft with parameters of type UseActionConstructors in net.minecraft with parameters of type UseActionModifierConstructorDescriptionclass_10124(float float2, UseAction useAction, RegistryEntry<SoundEvent> registryEntry, boolean bool, List<class_10134> list) -
Uses of UseAction in net.minecraft.client.render.entity.state
Fields in net.minecraft.client.render.entity.state declared as UseAction -
Uses of UseAction in net.minecraft.item
Methods in net.minecraft.item that return UseActionModifier 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.util
Fields in net.minecraft.util with type parameters of type UseActionModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<UseAction> UseAction.field_53764static final PacketCodec<ByteBuf, UseAction> UseAction.field_53765private static final IntFunction<UseAction> UseAction.field_53766Methods in net.minecraft.util that return UseAction