Uses of Class
net.minecraft.client.render.entity.model.EntityModel
Packages that use EntityModel
Package
Description
-
Uses of EntityModel in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity declared as EntityModelModifier and TypeFieldDescriptionprotected EntityModelMinecartEntityRenderer.field_2129protected EntityModelBoatEntityRenderer.modelprivate EntityModelEnderCrystalEntityRenderer.modelprotected EntityModelLivingEntityRenderer.modelMethods in net.minecraft.client.render.entity that return EntityModelConstructors in net.minecraft.client.render.entity with parameters of type EntityModelModifierConstructorDescriptionCatEntityRenderer(EntityRenderDispatcher dispatcher, EntityModel model, float shadowSize) ChickenEntityRenderer(EntityRenderDispatcher dispatcher, EntityModel model, float shadowSize) CowEntityRenderer(EntityRenderDispatcher dispatcher, EntityModel model, float shadowSize) GiantEntityRenderer(EntityRenderDispatcher dispatcher, EntityModel model, float float2, float float3) LivingEntityRenderer(EntityRenderDispatcher dispatcher, EntityModel model, float shadowSize) MobEntityRenderer(EntityRenderDispatcher dispatcher, EntityModel model, float shadowSize) MooshroomEntityRenderer(EntityRenderDispatcher dispatcher, EntityModel model, float shadowSize) PigEntityRenderer(EntityRenderDispatcher dispatcher, EntityModel model, float shadowSize) RabbitEntityRenderer(EntityRenderDispatcher dispatcher, EntityModel model, float shadowSize) SheepEntityRenderer(EntityRenderDispatcher dispatcher, EntityModel model, float shadowSize) SlimeEntityRenderer(EntityRenderDispatcher dispatcher, EntityModel model, float shadowSize) SquidEntityRenderer(EntityRenderDispatcher dispatcher, EntityModel model, float shadowSize) WolfEntityRenderer(EntityRenderDispatcher dispatcher, EntityModel model, float shadowSize) -
Uses of EntityModel in net.minecraft.client.render.entity.feature
Classes in net.minecraft.client.render.entity.feature with type parameters of type EntityModelFields in net.minecraft.client.render.entity.feature declared as EntityModelModifier and TypeFieldDescriptionprotected TArmorFeatureRenderer.firstLayerprivate final EntityModelSlimeFeatureRenderer.modelprotected TArmorFeatureRenderer.secondLayer -
Uses of EntityModel in net.minecraft.client.render.entity.model
Subclasses of EntityModel in net.minecraft.client.render.entity.modelModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in net.minecraft.client.render.entity.model with parameters of type EntityModelModifier and TypeMethodDescriptionvoidBiPedModel.copy(EntityModel model) voidEntityModel.copy(EntityModel model) -
Uses of EntityModel in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model declared as EntityModelConstructors in net.minecraft.client.render.model with parameters of type EntityModelModifierConstructorDescriptionModelPart(EntityModel renderer) ModelPart(EntityModel renderer, int textureOffsetU, int textureOffsetV) ModelPart(EntityModel renderer, String name)