Uses of Enum Class
net.minecraft.world.entity.animal.armadillo.Armadillo.ArmadilloState
Packages that use Armadillo.ArmadilloState
-
Uses of Armadillo.ArmadilloState in net.minecraft.network.syncher
Fields in net.minecraft.network.syncher with type parameters of type Armadillo.ArmadilloStateModifier and TypeFieldDescriptionstatic final EntityDataSerializer
<Armadillo.ArmadilloState> EntityDataSerializers.ARMADILLO_STATE
-
Uses of Armadillo.ArmadilloState in net.minecraft.world.entity.animal.armadillo
Fields in net.minecraft.world.entity.animal.armadillo with type parameters of type Armadillo.ArmadilloStateModifier and TypeFieldDescriptionprivate static final EntityDataAccessor
<Armadillo.ArmadilloState> Armadillo.ARMADILLO_STATE
private static final IntFunction
<Armadillo.ArmadilloState> Armadillo.ArmadilloState.BY_ID
private static final StringRepresentable.EnumCodec
<Armadillo.ArmadilloState> Armadillo.ArmadilloState.CODEC
static final StreamCodec
<io.netty.buffer.ByteBuf, Armadillo.ArmadilloState> Armadillo.ArmadilloState.STREAM_CODEC
Methods in net.minecraft.world.entity.animal.armadillo that return Armadillo.ArmadilloStateModifier and TypeMethodDescriptionstatic Armadillo.ArmadilloState
Armadillo.getState()
static Armadillo.ArmadilloState
Returns the enum constant of this class with the specified name.static Armadillo.ArmadilloState[]
Armadillo.ArmadilloState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.entity.animal.armadillo with parameters of type Armadillo.ArmadilloStateModifier and TypeMethodDescriptionvoid
Armadillo.switchToState
(Armadillo.ArmadilloState p_316783_)