Uses of Class
net.minecraft.client.render.block.entity.SkullBlockEntityModel
-
Uses of SkullBlockEntityModel in net.minecraft.client.render.block.entity
Fields in net.minecraft.client.render.block.entity with type parameters of type SkullBlockEntityModel Modifier and Type Field Description private Map<SkullBlock.SkullType,SkullBlockEntityModel>SkullBlockEntityRenderer. MODELSMethods in net.minecraft.client.render.block.entity that return types with arguments of type SkullBlockEntityModel Modifier and Type Method Description static Map<SkullBlock.SkullType,SkullBlockEntityModel>SkullBlockEntityRenderer. getModels(EntityModelLoader modelLoader)Methods in net.minecraft.client.render.block.entity with parameters of type SkullBlockEntityModel Modifier and Type Method Description static voidSkullBlockEntityRenderer. 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 SkullBlockEntityModel Modifier and Type Field Description private 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.model Modifier and Type Class Description classDragonHeadEntityModelclassSkullEntityModel -
Uses of SkullBlockEntityModel in net.minecraft.client.render.item
Fields in net.minecraft.client.render.item with type parameters of type SkullBlockEntityModel Modifier and Type Field Description private Map<SkullBlock.SkullType,SkullBlockEntityModel>BuiltinModelItemRenderer. skullModels