Uses of Enum Class
net.minecraft.world.entity.animal.Parrot.Variant
Package
Description
-
Uses of Parrot.Variant in net.minecraft.advancements.critereon
Modifier and TypeFieldDescriptionstatic final EntitySubPredicates.EntityVariantPredicateType
<Parrot.Variant> EntitySubPredicates.PARROT
-
Uses of Parrot.Variant in net.minecraft.client.renderer.entity
Modifier and TypeMethodDescriptionstatic ResourceLocation
ParrotRenderer.getVariantTexture
(Parrot.Variant p_262577_) -
Uses of Parrot.Variant in net.minecraft.world.entity.animal
Modifier and TypeFieldDescriptionprivate static final IntFunction
<Parrot.Variant> Parrot.Variant.BY_ID
static final com.mojang.serialization.Codec
<Parrot.Variant> Parrot.Variant.CODEC
Modifier and TypeMethodDescriptionstatic Parrot.Variant
Parrot.Variant.byId
(int p_262643_) Parrot.getVariant()
static Parrot.Variant
Returns the enum constant of this class with the specified name.static Parrot.Variant[]
Parrot.Variant.values()
Returns an array containing the constants of this enum class, in the order they are declared.