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_STATEprivate static final IntFunction<Armadillo.ArmadilloState> Armadillo.ArmadilloState.BY_IDprivate static final StringRepresentable.EnumCodec<Armadillo.ArmadilloState> Armadillo.ArmadilloState.CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, Armadillo.ArmadilloState> Armadillo.ArmadilloState.STREAM_CODECMethods in net.minecraft.world.entity.animal.armadillo that return Armadillo.ArmadilloStateModifier and TypeMethodDescriptionstatic Armadillo.ArmadilloStateArmadillo.getState()static Armadillo.ArmadilloStateReturns 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 TypeMethodDescriptionvoidArmadillo.switchToState(Armadillo.ArmadilloState p_316783_)