Uses of Interface
net.minecraft.block.SkullBlock.ISkullType
-
Packages that use SkullBlock.ISkullType Package Description net.minecraft.block net.minecraft.client.renderer.tileentity -
-
Uses of SkullBlock.ISkullType in net.minecraft.block
Classes in net.minecraft.block that implement SkullBlock.ISkullType Modifier and Type Class Description static class
SkullBlock.Types
Fields in net.minecraft.block declared as SkullBlock.ISkullType Modifier and Type Field Description private SkullBlock.ISkullType
AbstractSkullBlock. type
Methods in net.minecraft.block that return SkullBlock.ISkullType Modifier and Type Method Description SkullBlock.ISkullType
AbstractSkullBlock. getType()
Constructors in net.minecraft.block with parameters of type SkullBlock.ISkullType Constructor Description AbstractSkullBlock(SkullBlock.ISkullType p_i48452_1_, AbstractBlock.Properties p_i48452_2_)
SkullBlock(SkullBlock.ISkullType p_i48332_1_, AbstractBlock.Properties p_i48332_2_)
WallSkullBlock(SkullBlock.ISkullType p_i48299_1_, AbstractBlock.Properties p_i48299_2_)
-
Uses of SkullBlock.ISkullType in net.minecraft.client.renderer.tileentity
Fields in net.minecraft.client.renderer.tileentity with type parameters of type SkullBlock.ISkullType Modifier and Type Field Description private static java.util.Map<SkullBlock.ISkullType,GenericHeadModel>
SkullTileEntityRenderer. MODEL_BY_TYPE
private static java.util.Map<SkullBlock.ISkullType,ResourceLocation>
SkullTileEntityRenderer. SKIN_BY_TYPE
Methods in net.minecraft.client.renderer.tileentity with parameters of type SkullBlock.ISkullType Modifier and Type Method Description private static RenderType
SkullTileEntityRenderer. getRenderType(SkullBlock.ISkullType p_228878_0_, com.mojang.authlib.GameProfile p_228878_1_)
static void
SkullTileEntityRenderer. renderSkull(Direction p_228879_0_, float p_228879_1_, SkullBlock.ISkullType p_228879_2_, com.mojang.authlib.GameProfile p_228879_3_, float p_228879_4_, MatrixStack p_228879_5_, IRenderTypeBuffer p_228879_6_, int p_228879_7_)
-