Uses of Enum Class
net.minecraft.world.entity.animal.armadillo.Armadillo.ArmadilloState
-
Uses of Armadillo.ArmadilloState in net.minecraft.network.syncher
Modifier and TypeFieldDescriptionstatic final EntityDataSerializer
<Armadillo.ArmadilloState> EntityDataSerializers.ARMADILLO_STATE
-
Uses of Armadillo.ArmadilloState in net.minecraft.world.entity.animal.armadillo
Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionvoid
Armadillo.switchToState
(Armadillo.ArmadilloState p_316783_)