Uses of Enum Class
net.minecraft.util.SwingAnimationType
Packages that use SwingAnimationType
Package
Description
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of SwingAnimationType in net.minecraft.client.render.entity.state
Fields in net.minecraft.client.render.entity.state declared as SwingAnimationType -
Uses of SwingAnimationType in net.minecraft.component.type
Fields in net.minecraft.component.type declared as SwingAnimationTypeModifier and TypeFieldDescriptionprivate final SwingAnimationTypeSwingAnimationComponent.typeThe field for thetyperecord component.Methods in net.minecraft.component.type that return SwingAnimationTypeModifier and TypeMethodDescriptionSwingAnimationComponent.type()Returns the value of thetyperecord component.Constructors in net.minecraft.component.type with parameters of type SwingAnimationTypeModifierConstructorDescriptionSwingAnimationComponent(SwingAnimationType type, int duration) Creates an instance of aSwingAnimationComponentrecord class. -
Uses of SwingAnimationType in net.minecraft.util
Fields in net.minecraft.util with type parameters of type SwingAnimationTypeModifier and TypeFieldDescriptionprivate static final IntFunction<SwingAnimationType> SwingAnimationType.BY_PACKET_IDstatic final com.mojang.serialization.Codec<SwingAnimationType> SwingAnimationType.CODECstatic final PacketCodec<ByteBuf, SwingAnimationType> SwingAnimationType.PACKET_CODECMethods in net.minecraft.util that return SwingAnimationTypeModifier and TypeMethodDescriptionstatic SwingAnimationTypeReturns the enum constant of this class with the specified name.static SwingAnimationType[]SwingAnimationType.values()Returns an array containing the constants of this enum class, in the order they are declared.