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.render(@Nullable Direction facing, float yaw, float poweredTicks, MatrixStack matrices, OrderedRenderCommandQueue queue, int light, SkullBlockEntityModel model, RenderLayer renderLayer, int outlineColor, ModelCommandRenderer.CrumblingOverlayCommand crumblingOverlay) -
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 SkullBlockEntityModelModifier and TypeFieldDescriptionprivate final SkullBlockEntityModelHeadModelRenderer.modelprivate final SkullBlockEntityModelPlayerHeadModelRenderer.modelConstructors in net.minecraft.client.render.item.model.special with parameters of type SkullBlockEntityModelModifierConstructorDescriptionHeadModelRenderer(SkullBlockEntityModel model, float animation, RenderLayer renderLayer) (package private)PlayerHeadModelRenderer(PlayerSkinCache playerSkinCache, SkullBlockEntityModel model)