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.modelsprivate final Map<CowVariant.ModelType, AdultAndBabyModelPair<CowModel>> CowRenderer.modelsprivate final Map<PigVariant.ModelType, AdultAndBabyModelPair<PigModel>> PigRenderer.modelsMethods 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 pContext) private static Map<CowVariant.ModelType, AdultAndBabyModelPair<CowModel>> CowRenderer.bakeModels(EntityRendererProvider.Context pContext) private static Map<PigVariant.ModelType, AdultAndBabyModelPair<PigModel>> PigRenderer.bakeModels(EntityRendererProvider.Context pContext)