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
Fields in net.minecraft.client.render.entity.feature declared as EntityModelModifier and TypeFieldDescriptionprotected EntityModelArmorFeatureRenderer.firstLayerprivate final EntityModelSlimeFeatureRenderer.modelprotected EntityModelArmorFeatureRenderer.secondLayerMethods in net.minecraft.client.render.entity.feature that return EntityModelMethods in net.minecraft.client.render.entity.feature with parameters of type EntityModelModifier and TypeMethodDescriptionprotected abstract voidArmorFeatureRenderer.method_10277(EntityModel entityModel, int int2) private voidArmorFeatureRenderer.method_10280(LivingEntity livingEntity, EntityModel entityModel, float float2, float float3, float float4, float float5, float float6, float float7, float float8) -
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)