Uses of Interface
net.minecraft.block.SkullBlock.SkullType
Package
Description
-
Uses of SkullBlock.SkullType in net.minecraft.block
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 com.mojang.authlib.GameProfile 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