Uses of Class
net.minecraft.client.render.entity.model.EntityModel
Packages that use EntityModel
Package
Description
-
Uses of EntityModel in net.minecraft
Subclasses of EntityModel in net.minecraftModifier and TypeClassDescriptionclassclassclassclassclassclassclassclass -
Uses of EntityModel in net.minecraft.client
Subclasses of EntityModel in net.minecraft.clientModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of EntityModel in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity declared as EntityModelModifier and TypeFieldDescriptionprivate final EntityModelEnderCrystalEntityRenderer.field_13630protected EntityModelMinecartEntityRenderer.field_2129protected EntityModelBoatEntityRenderer.modelprivate final EntityModelEnderCrystalEntityRenderer.modelprotected EntityModelLivingEntityRenderer.modelMethods in net.minecraft.client.render.entity that return EntityModelConstructors in net.minecraft.client.render.entity with parameters of type EntityModelModifierConstructorDescriptionLivingEntityRenderer(EntityRenderDispatcher dispatcher, EntityModel model, float shadowSize) MobEntityRenderer(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.secondLayerMethods in net.minecraft.client.render.entity.feature with parameters of type EntityModelModifier and TypeMethodDescriptionstatic voidArmorFeatureRenderer.method_12479(LivingEntityRenderer<?> livingEntityRenderer, 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)