Uses of Enum Class
net.minecraft.entity.passive.ParrotEntity.Variant
Package
Description
-
Uses of ParrotEntity.Variant in net.minecraft.client.render.entity
Modifier and TypeMethodDescriptionstatic Identifier
ParrotEntityRenderer.getTexture
(ParrotEntity.Variant variant) -
Uses of ParrotEntity.Variant in net.minecraft.entity.passive
Modifier and TypeFieldDescriptionprivate static final IntFunction<ParrotEntity.Variant>
ParrotEntity.Variant.BY_ID
static final StringIdentifiable.Codec<ParrotEntity.Variant>
ParrotEntity.Variant.CODEC
Modifier 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. -
Uses of ParrotEntity.Variant in net.minecraft.predicate.entity
Modifier and TypeFieldDescriptionstatic final VariantPredicates<ParrotEntity.Variant>
TypeSpecificPredicate.Deserializers.PARROT