Uses of Interface
net.minecraft.block.SkullBlock.SkullType
Package
Description
-
Uses of SkullBlock.SkullType in net.minecraft.block
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<SkullBlock.SkullType> SkullBlock.SkullType.CODEC
static final Map
<String, SkullBlock.SkullType> SkullBlock.SkullType.TYPES
ModifierConstructorDescriptionAbstractSkullBlock
(SkullBlock.SkullType type, AbstractBlock.Settings settings) protected
SkullBlock
(SkullBlock.SkullType type, AbstractBlock.Settings settings) protected
WallSkullBlock
(SkullBlock.SkullType type, AbstractBlock.Settings settings) -
Uses of SkullBlock.SkullType in net.minecraft.client.render.block.entity
Modifier and TypeFieldDescriptionprivate final Map
<SkullBlock.SkullType, SkullBlockEntityModel> SkullBlockEntityRenderer.MODELS
private static final Map
<SkullBlock.SkullType, Identifier> SkullBlockEntityRenderer.TEXTURES
Modifier and TypeMethodDescriptionSkullBlockEntityRenderer.getModels
(EntityModelLoader modelLoader) Modifier and TypeMethodDescriptionstatic RenderLayer
SkullBlockEntityRenderer.getRenderLayer
(SkullBlock.SkullType type, @Nullable ProfileComponent profile) -
Uses of SkullBlock.SkullType in net.minecraft.client.render.entity.feature
Modifier and TypeFieldDescriptionprivate final Map
<SkullBlock.SkullType, SkullBlockEntityModel> HeadFeatureRenderer.headModels
-
Uses of SkullBlock.SkullType in net.minecraft.client.render.item
Modifier and TypeFieldDescriptionprivate Map
<SkullBlock.SkullType, SkullBlockEntityModel> BuiltinModelItemRenderer.skullModels