Uses of Interface
net.minecraft.block.SkullBlock.SkullType
Package | Description |
---|---|
net.minecraft.block | |
net.minecraft.client.render.block.entity | |
net.minecraft.client.render.entity.feature | |
net.minecraft.client.render.item |
-
Uses of SkullBlock.SkullType in net.minecraft.block
Classes in net.minecraft.block that implement SkullBlock.SkullType Modifier and Type Class Description static class
SkullBlock.Type
Fields in net.minecraft.block declared as SkullBlock.SkullType Modifier and Type Field Description private SkullBlock.SkullType
AbstractSkullBlock. type
Methods in net.minecraft.block that return SkullBlock.SkullType Modifier and Type Method Description SkullBlock.SkullType
AbstractSkullBlock. getSkullType()
Constructors in net.minecraft.block with parameters of type SkullBlock.SkullType Constructor Description AbstractSkullBlock(SkullBlock.SkullType type, AbstractBlock.Settings settings)
SkullBlock(SkullBlock.SkullType type, AbstractBlock.Settings settings)
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.SkullType Modifier and Type Field Description private Map<SkullBlock.SkullType,SkullBlockEntityModel>
SkullBlockEntityRenderer. MODELS
private static Map<SkullBlock.SkullType,Identifier>
SkullBlockEntityRenderer. TEXTURES
Methods in net.minecraft.client.render.block.entity that return types with arguments of type SkullBlock.SkullType Modifier and Type Method Description static Map<SkullBlock.SkullType,SkullBlockEntityModel>
SkullBlockEntityRenderer. getModels(EntityModelLoader modelLoader)
Methods in net.minecraft.client.render.block.entity with parameters of type SkullBlock.SkullType Modifier and Type Method Description static 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.SkullType Modifier and Type Field Description private 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.SkullType Modifier and Type Field Description private Map<SkullBlock.SkullType,SkullBlockEntityModel>
BuiltinModelItemRenderer. skullModels