Uses of Class
net.minecraft.client.render.block.entity.SkullBlockEntityModel
Packages that use SkullBlockEntityModel
Package
Description
The base package for all Minecraft classes.
-
Uses of SkullBlockEntityModel in net.minecraft
Fields in net.minecraft declared as SkullBlockEntityModelConstructors in net.minecraft with parameters of type SkullBlockEntityModelModifierConstructorDescriptionclass_10513(SkullBlock.SkullType skullType, SkullBlockEntityModel skullBlockEntityModel) -
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 Function<SkullBlock.SkullType, SkullBlockEntityModel> SkullBlockEntityRenderer.MODELSMethods in net.minecraft.client.render.block.entity that return SkullBlockEntityModelModifier and TypeMethodDescriptionstatic @Nullable SkullBlockEntityModelSkullBlockEntityRenderer.getModels(EntityModelLoader modelLoader, SkullBlock.SkullType skullType) Methods in net.minecraft.client.render.block.entity with parameters of type SkullBlockEntityModelModifier and TypeMethodDescriptionstatic 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 SkullBlockEntityModelModifier and TypeFieldDescriptionprivate final Function<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 TypeClassDescriptionclassRepresents the model of the dragon head.classclassRepresents the model of a skull.