Uses of Enum Class
net.minecraft.world.entity.animal.Parrot.Variant
Packages that use Parrot.Variant
Package
Description
-
Uses of Parrot.Variant in net.minecraft.advancements.critereon
Fields in net.minecraft.advancements.critereon with type parameters of type Parrot.VariantModifier and TypeFieldDescriptionstatic final EntitySubPredicates.EntityVariantPredicateType<Parrot.Variant> EntitySubPredicates.PARROT -
Uses of Parrot.Variant in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type Parrot.VariantModifier and TypeMethodDescriptionstatic ResourceLocationParrotRenderer.getVariantTexture(Parrot.Variant p_262577_) -
Uses of Parrot.Variant in net.minecraft.world.entity.animal
Fields in net.minecraft.world.entity.animal with type parameters of type Parrot.VariantModifier and TypeFieldDescriptionprivate static final IntFunction<Parrot.Variant> Parrot.Variant.BY_IDstatic final com.mojang.serialization.Codec<Parrot.Variant> Parrot.Variant.CODECMethods in net.minecraft.world.entity.animal that return Parrot.VariantModifier and TypeMethodDescriptionstatic Parrot.VariantParrot.Variant.byId(int p_262643_) Parrot.getVariant()static Parrot.VariantReturns 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.Methods in net.minecraft.world.entity.animal with parameters of type Parrot.Variant