Uses of Record Class
net.minecraft.client.model.AdultAndBabyModelPair
Packages that use AdultAndBabyModelPair
-
Uses of AdultAndBabyModelPair in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity with type parameters of type AdultAndBabyModelPairModifier and TypeFieldDescriptionprivate final Map
<ChickenVariant.ModelType, AdultAndBabyModelPair<ChickenModel>> ChickenRenderer.models
private final Map
<CowVariant.ModelType, AdultAndBabyModelPair<CowModel>> CowRenderer.models
private final Map
<PigVariant.ModelType, AdultAndBabyModelPair<PigModel>> PigRenderer.models
Methods in net.minecraft.client.renderer.entity that return types with arguments of type AdultAndBabyModelPairModifier and TypeMethodDescriptionprivate static Map
<ChickenVariant.ModelType, AdultAndBabyModelPair<ChickenModel>> ChickenRenderer.bakeModels
(EntityRendererProvider.Context p_401798_) private static Map
<CowVariant.ModelType, AdultAndBabyModelPair<CowModel>> CowRenderer.bakeModels
(EntityRendererProvider.Context p_401303_) private static Map
<PigVariant.ModelType, AdultAndBabyModelPair<PigModel>> PigRenderer.bakeModels
(EntityRendererProvider.Context p_394673_)