Uses of Enum Class
net.minecraft.entity.passive.ParrotEntity.Variant
Packages that use ParrotEntity.Variant
Package
Description
-
Uses of ParrotEntity.Variant in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type ParrotEntity.VariantModifier and TypeMethodDescriptionstatic Identifier
ParrotEntityRenderer.getTexture
(ParrotEntity.Variant variant) -
Uses of ParrotEntity.Variant in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type ParrotEntity.VariantModifier and TypeFieldDescriptionprivate static final IntFunction<ParrotEntity.Variant>
ParrotEntity.Variant.BY_ID
static final StringIdentifiable.Codec<ParrotEntity.Variant>
ParrotEntity.Variant.CODEC
Methods in net.minecraft.entity.passive that return ParrotEntity.VariantModifier and TypeMethodDescriptionstatic ParrotEntity.Variant
ParrotEntity.Variant.byIndex
(int index) ParrotEntity.getVariant()
static ParrotEntity.Variant
Returns the enum constant of this class with the specified name.static ParrotEntity.Variant[]
ParrotEntity.Variant.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.entity.passive with parameters of type ParrotEntity.Variant -
Uses of ParrotEntity.Variant in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity with type parameters of type ParrotEntity.VariantModifier and TypeFieldDescriptionstatic final VariantPredicates<ParrotEntity.Variant>
TypeSpecificPredicate.Deserializers.PARROT