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 Function<SkullBlock.SkullType, SkullBlockEntityModel> SkullBlockEntityRenderer.modelsMethods in net.minecraft.client.render.block.entity that return SkullBlockEntityModelModifier and TypeMethodDescriptionstatic @Nullable SkullBlockEntityModelSkullBlockEntityRenderer.getModels(LoadedEntityModels models, SkullBlock.SkullType type) 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. -
Uses of SkullBlockEntityModel in net.minecraft.client.render.item.model.special
Fields in net.minecraft.client.render.item.model.special declared as SkullBlockEntityModelConstructors in net.minecraft.client.render.item.model.special with parameters of type SkullBlockEntityModelModifierConstructorDescriptionHeadModelRenderer(SkullBlock.SkullType kind, SkullBlockEntityModel model, @Nullable Identifier texture, float animation)