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.data
Methods in net.minecraft.client.data with parameters of type SkullBlock.SkullTypeModifier and TypeMethodDescriptionprivate void
BlockStateModelGenerator.registerSkull
(Block block, Block wallBlock, SkullBlock.SkullType type, Identifier baseModelId) -
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 Function
<SkullBlock.SkullType, SkullBlockEntityModel> SkullBlockEntityRenderer.models
private static final Map
<SkullBlock.SkullType, Identifier> SkullBlockEntityRenderer.TEXTURES
Methods in net.minecraft.client.render.block.entity with parameters of type SkullBlock.SkullTypeModifier and TypeMethodDescriptionstatic RenderLayer
SkullBlockEntityRenderer.getCutoutRenderLayer
(SkullBlock.SkullType type, @Nullable Identifier texture) static @Nullable SkullBlockEntityModel
SkullBlockEntityRenderer.getModels
(LoadedEntityModels models, SkullBlock.SkullType type) static RenderLayer
SkullBlockEntityRenderer.getRenderLayer
(SkullBlock.SkullType type, @Nullable ProfileComponent 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 Function
<SkullBlock.SkullType, SkullBlockEntityModel> HeadFeatureRenderer.headModels
-
Uses of SkullBlock.SkullType in net.minecraft.client.render.entity.state
Fields in net.minecraft.client.render.entity.state declared as SkullBlock.SkullType -
Uses of SkullBlock.SkullType in net.minecraft.client.render.item.model.special
Fields in net.minecraft.client.render.item.model.special declared as SkullBlock.SkullTypeModifier and TypeFieldDescriptionprivate final SkullBlock.SkullType
HeadModelRenderer.Unbaked.kind
The field for thekind
record component.Methods in net.minecraft.client.render.item.model.special that return SkullBlock.SkullTypeModifier and TypeMethodDescriptionHeadModelRenderer.Unbaked.kind()
Returns the value of thekind
record component.Constructors in net.minecraft.client.render.item.model.special with parameters of type SkullBlock.SkullTypeModifierConstructorDescriptionUnbaked
(SkullBlock.SkullType kind) Unbaked
(SkullBlock.SkullType skullType, Optional<Identifier> optional, float float2)