Uses of Interface
net.minecraft.block.SkullBlock.SkullType
Packages that use SkullBlock.SkullType
Package
Description
-
Uses of SkullBlock.SkullType in net.minecraft.block
Classes in net.minecraft.block that implement SkullBlock.SkullTypeFields in net.minecraft.block declared as SkullBlock.SkullTypeFields in net.minecraft.block with type parameters of type SkullBlock.SkullTypeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SkullBlock.SkullType>
SkullBlock.SkullType.CODEC
static final Map<String,
SkullBlock.SkullType> SkullBlock.SkullType.TYPES
Methods in net.minecraft.block that return SkullBlock.SkullTypeConstructors in net.minecraft.block with parameters of type SkullBlock.SkullTypeModifierConstructorDescriptionAbstractSkullBlock
(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
Fields in net.minecraft.client.render.block.entity with type parameters of type SkullBlock.SkullTypeModifier and TypeFieldDescriptionprivate final Map<SkullBlock.SkullType,
SkullBlockEntityModel> SkullBlockEntityRenderer.MODELS
private static final Map<SkullBlock.SkullType,
Identifier> SkullBlockEntityRenderer.TEXTURES
Methods in net.minecraft.client.render.block.entity that return types with arguments of type SkullBlock.SkullTypeModifier and TypeMethodDescriptionSkullBlockEntityRenderer.getModels
(EntityModelLoader modelLoader) Methods in net.minecraft.client.render.block.entity with parameters of type SkullBlock.SkullTypeModifier 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
Fields in net.minecraft.client.render.entity.feature with type parameters of type SkullBlock.SkullTypeModifier and TypeFieldDescriptionprivate final Map<SkullBlock.SkullType,
SkullBlockEntityModel> HeadFeatureRenderer.headModels
-
Uses of SkullBlock.SkullType in net.minecraft.client.render.item
Fields in net.minecraft.client.render.item with type parameters of type SkullBlock.SkullTypeModifier and TypeFieldDescriptionprivate Map<SkullBlock.SkullType,
SkullBlockEntityModel> BuiltinModelItemRenderer.skullModels