Uses of Enum Class
net.minecraft.entity.passive.ChickenVariant.Model
Packages that use ChickenVariant.Model
-
Uses of ChickenVariant.Model in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity with type parameters of type ChickenVariant.ModelModifier and TypeFieldDescriptionprivate final Map
<ChickenVariant.Model, BabyModelPair<ChickenEntityModel>> ChickenEntityRenderer.babyModelPairMap
Methods in net.minecraft.client.render.entity that return types with arguments of type ChickenVariant.ModelModifier and TypeMethodDescriptionprivate static Map
<ChickenVariant.Model, BabyModelPair<ChickenEntityModel>> ChickenEntityRenderer.createBabyModelPairMap
(EntityRendererFactory.Context context) -
Uses of ChickenVariant.Model in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type ChickenVariant.ModelModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<ChickenVariant.Model> ChickenVariant.Model.CODEC
private final ModelAndTexture
<ChickenVariant.Model> ChickenVariant.modelAndTexture
The field for themodelAndTexture
record component.Methods in net.minecraft.entity.passive that return ChickenVariant.ModelModifier and TypeMethodDescriptionstatic ChickenVariant.Model
Returns the enum constant of this class with the specified name.static ChickenVariant.Model[]
ChickenVariant.Model.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.entity.passive that return types with arguments of type ChickenVariant.ModelModifier and TypeMethodDescriptionChickenVariant.modelAndTexture()
Returns the value of themodelAndTexture
record component.Methods in net.minecraft.entity.passive with parameters of type ChickenVariant.ModelModifier and TypeMethodDescriptionprivate static void
ChickenVariants.register
(Registerable<ChickenVariant> registry, RegistryKey<ChickenVariant> key, ChickenVariant.Model model, String textureName, SpawnConditionSelectors spawnConditions) private static void
ChickenVariants.register
(Registerable<ChickenVariant> registry, RegistryKey<ChickenVariant> key, ChickenVariant.Model model, String textureName, TagKey<Biome> biomes) Constructor parameters in net.minecraft.entity.passive with type arguments of type ChickenVariant.ModelModifierConstructorDescriptionprivate
ChickenVariant
(ModelAndTexture<ChickenVariant.Model> modelAndTexture) ChickenVariant
(ModelAndTexture<ChickenVariant.Model> modelAndTexture, SpawnConditionSelectors spawnConditionSelectors)