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.CODECstatic final Map<String, SkullBlock.SkullType> SkullBlock.SkullType.TYPESMethods in net.minecraft.block that return SkullBlock.SkullTypeConstructors in net.minecraft.block with parameters of type SkullBlock.SkullTypeModifierConstructorDescriptionAbstractSkullBlock(SkullBlock.SkullType type, AbstractBlock.Settings settings) protectedSkullBlock(SkullBlock.SkullType type, AbstractBlock.Settings settings) protectedWallSkullBlock(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 voidBlockStateModelGenerator.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.modelsprivate static final Map<SkullBlock.SkullType, Identifier> SkullBlockEntityRenderer.TEXTURESMethods in net.minecraft.client.render.block.entity with parameters of type SkullBlock.SkullTypeModifier and TypeMethodDescriptionstatic @Nullable SkullBlockEntityModelSkullBlockEntityRenderer.getModels(LoadedEntityModels models, SkullBlock.SkullType type) static RenderLayerSkullBlockEntityRenderer.getRenderLayer(SkullBlock.SkullType type, @Nullable ProfileComponent profile) static RenderLayerSkullBlockEntityRenderer.getRenderLayer(SkullBlock.SkullType type, @Nullable ProfileComponent profile, @Nullable Identifier texture) -
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.SkullTypeHeadModelRenderer.kindprivate final SkullBlock.SkullTypeHeadModelRenderer.Unbaked.kindThe field for thekindrecord component.Methods in net.minecraft.client.render.item.model.special that return SkullBlock.SkullTypeModifier and TypeMethodDescriptionHeadModelRenderer.Unbaked.kind()Returns the value of thekindrecord component.Constructors in net.minecraft.client.render.item.model.special with parameters of type SkullBlock.SkullTypeModifierConstructorDescriptionHeadModelRenderer(SkullBlock.SkullType kind, SkullBlockEntityModel model, @Nullable Identifier texture, float animation) Unbaked(SkullBlock.SkullType kind) Unbaked(SkullBlock.SkullType skullType, Optional<Identifier> optional, float float2)