Uses of Class
net.minecraft.client.render.block.entity.SkullBlockEntityModel
Packages that use SkullBlockEntityModel
Package
Description
-
Uses of SkullBlockEntityModel in net.minecraft.client.render.block.entity
Fields in net.minecraft.client.render.block.entity with type parameters of type SkullBlockEntityModelModifier and TypeFieldDescriptionprivate final Map<SkullBlock.SkullType,
SkullBlockEntityModel> SkullBlockEntityRenderer.MODELS
Methods in net.minecraft.client.render.block.entity that return types with arguments of type SkullBlockEntityModelModifier and TypeMethodDescriptionSkullBlockEntityRenderer.getModels
(EntityModelLoader modelLoader) Methods in net.minecraft.client.render.block.entity with parameters of type SkullBlockEntityModelModifier 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
Fields in net.minecraft.client.render.entity.feature with type parameters of type SkullBlockEntityModelModifier and TypeFieldDescriptionprivate final Map<SkullBlock.SkullType,
SkullBlockEntityModel> HeadFeatureRenderer.headModels
-
Uses of SkullBlockEntityModel in net.minecraft.client.render.entity.model
Subclasses of SkullBlockEntityModel in net.minecraft.client.render.entity.modelModifier and TypeClassDescriptionclass
Represents the model of the dragon head.class
class
Represents the model of a skull. -
Uses of SkullBlockEntityModel in net.minecraft.client.render.item
Fields in net.minecraft.client.render.item with type parameters of type SkullBlockEntityModelModifier and TypeFieldDescriptionprivate Map<SkullBlock.SkullType,
SkullBlockEntityModel> BuiltinModelItemRenderer.skullModels