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 TypeFieldDescriptionprivate EntityModelCreeperEntityRenderer.field_2086protected EntityModelMinecartEntityRenderer.field_2129private EntityModelSlimeEntityRenderer.field_2137protected EntityModelLivingEntityRenderer.field_6504protected EntityModelBoatEntityRenderer.modelprivate EntityModelEnderCrystalEntityRenderer.modelprotected EntityModelLivingEntityRenderer.modelMethods in net.minecraft.client.render.entity with parameters of type EntityModelConstructors in net.minecraft.client.render.entity with parameters of type EntityModelModifierConstructorDescriptionCatEntityRenderer(EntityModel entityModel, float float2) ChickenEntityRenderer(EntityModel entityModel, float float2) CowEntityRenderer(EntityModel entityModel, float float2) GiantEntityRenderer(EntityModel entityModel, float float2, float float3) HorseBaseEntityRenderer(EntityModel entityModel, float float2) LivingEntityRenderer(EntityModel entityModel, float float2) MobEntityRenderer(EntityModel entityModel, float float2) MooshroomEntityRenderer(EntityModel entityModel, float float2) PigEntityRenderer(EntityModel entityModel, EntityModel entityModel2, float float2) SheepEntityRenderer(EntityModel entityModel, EntityModel entityModel2, float float2) SlimeEntityRenderer(EntityModel entityModel, EntityModel entityModel2, float float2) SquidEntityRenderer(EntityModel entityModel, float float2) WolfEntityRenderer(EntityModel entityModel, EntityModel entityModel2, float float2) -
Uses of EntityModel in net.minecraft.client.render.entity.model
Subclasses of EntityModel in net.minecraft.client.render.entity.modelModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
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)