Uses of Class
net.minecraft.entity.passive.HorseEntity
| Package | Description |
|---|---|
| net.minecraft.client.render.entity | |
| net.minecraft.client.render.entity.feature | |
| net.minecraft.entity | |
| net.minecraft.entity.passive |
-
Uses of HorseEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type HorseEntity Modifier and Type Method Description IdentifierHorseEntityRenderer. getTexture(HorseEntity horseEntity) -
Uses of HorseEntity in net.minecraft.client.render.entity.feature
Fields in net.minecraft.client.render.entity.feature with type parameters of type HorseEntity Modifier and Type Field Description private HorseEntityModel<HorseEntity>HorseArmorFeatureRenderer. modelMethods in net.minecraft.client.render.entity.feature with parameters of type HorseEntity Modifier and Type Method Description voidHorseArmorFeatureRenderer. render(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, HorseEntity horseEntity, float float2, float float3, float float4, float float5, float float6, float float7)voidHorseMarkingFeatureRenderer. render(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, HorseEntity horseEntity, float float2, float float3, float float4, float float5, float float6, float float7)Constructor parameters in net.minecraft.client.render.entity.feature with type arguments of type HorseEntity Constructor Description HorseArmorFeatureRenderer(FeatureRendererContext<HorseEntity,HorseEntityModel<HorseEntity>> context, EntityModelLoader loader)HorseArmorFeatureRenderer(FeatureRendererContext<HorseEntity,HorseEntityModel<HorseEntity>> context, EntityModelLoader loader)HorseMarkingFeatureRenderer(FeatureRendererContext<HorseEntity,HorseEntityModel<HorseEntity>> context)HorseMarkingFeatureRenderer(FeatureRendererContext<HorseEntity,HorseEntityModel<HorseEntity>> context) -
Uses of HorseEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type HorseEntity Modifier and Type Field Description static EntityType<HorseEntity>EntityType. HORSE -
Uses of HorseEntity in net.minecraft.entity.passive
Constructor parameters in net.minecraft.entity.passive with type arguments of type HorseEntity Constructor Description HorseEntity(EntityType<? extends HorseEntity> type, World world)