Uses of Class
net.minecraft.client.render.block.entity.SkullBlockEntityModel
Package
Description
-
Uses of SkullBlockEntityModel in net.minecraft.client.render.block.entity
Modifier and TypeFieldDescriptionprivate final Map<SkullBlock.SkullType,
SkullBlockEntityModel> SkullBlockEntityRenderer.MODELS
Modifier and TypeMethodDescriptionSkullBlockEntityRenderer.getModels
(EntityModelLoader modelLoader) Modifier and TypeMethodDescriptionstatic void
SkullBlockEntityRenderer.renderSkull
(@Nullable Direction direction, float yaw, float animationProgress, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, SkullBlockEntityModel model, RenderLayer renderLayer) -
Uses of SkullBlockEntityModel in net.minecraft.client.render.entity.feature
Modifier and TypeFieldDescriptionprivate final Map<SkullBlock.SkullType,
SkullBlockEntityModel> HeadFeatureRenderer.headModels
-
Uses of SkullBlockEntityModel in net.minecraft.client.render.entity.model
Modifier and TypeClassDescriptionclass
Represents the model of the dragon head.class
Represents the model of a skull. -
Uses of SkullBlockEntityModel in net.minecraft.client.render.item
Modifier and TypeFieldDescriptionprivate Map<SkullBlock.SkullType,
SkullBlockEntityModel> BuiltinModelItemRenderer.skullModels