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.babyModelPairMapMethods 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.CODECprivate final ModelAndTexture<ChickenVariant.Model> ChickenVariant.modelAndTextureThe field for themodelAndTexturerecord component.Methods in net.minecraft.entity.passive that return ChickenVariant.ModelModifier and TypeMethodDescriptionstatic ChickenVariant.ModelReturns 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 themodelAndTexturerecord component.Methods in net.minecraft.entity.passive with parameters of type ChickenVariant.ModelModifier and TypeMethodDescriptionprivate static voidChickenVariants.register(Registerable<ChickenVariant> registry, RegistryKey<ChickenVariant> key, ChickenVariant.Model model, String textureName, SpawnConditionSelectors spawnConditions) private static voidChickenVariants.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.ModelModifierConstructorDescriptionprivateChickenVariant(ModelAndTexture<ChickenVariant.Model> modelAndTexture) ChickenVariant(ModelAndTexture<ChickenVariant.Model> modelAndTexture, SpawnConditionSelectors spawnConditionSelectors)