Class SkullTileEntityRenderer
java.lang.Object
net.minecraft.client.renderer.tileentity.TileEntityRenderer<SkullTileEntity>
net.minecraft.client.renderer.tileentity.SkullTileEntityRenderer
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final Map<SkullBlock.ISkullType,
GenericHeadModel> private static final Map<SkullBlock.ISkullType,
ResourceLocation> Fields inherited from class net.minecraft.client.renderer.tileentity.TileEntityRenderer
renderer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static RenderType
getRenderType
(SkullBlock.ISkullType p_228878_0_, com.mojang.authlib.GameProfile p_228878_1_) void
render
(SkullTileEntity p_225616_1_, float p_225616_2_, MatrixStack p_225616_3_, IRenderTypeBuffer p_225616_4_, int p_225616_5_, int p_225616_6_) static void
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_) Methods inherited from class net.minecraft.client.renderer.tileentity.TileEntityRenderer
shouldRenderOffScreen
-
Field Details
-
MODEL_BY_TYPE
-
SKIN_BY_TYPE
-
-
Constructor Details
-
SkullTileEntityRenderer
-
-
Method Details
-
render
public void render(SkullTileEntity p_225616_1_, float p_225616_2_, MatrixStack p_225616_3_, IRenderTypeBuffer p_225616_4_, int p_225616_5_, int p_225616_6_) - Specified by:
render
in classTileEntityRenderer<SkullTileEntity>
-
renderSkull
public static void renderSkull(@Nullable Direction p_228879_0_, float p_228879_1_, SkullBlock.ISkullType p_228879_2_, @Nullable com.mojang.authlib.GameProfile p_228879_3_, float p_228879_4_, MatrixStack p_228879_5_, IRenderTypeBuffer p_228879_6_, int p_228879_7_) -
getRenderType
private static RenderType getRenderType(SkullBlock.ISkullType p_228878_0_, @Nullable com.mojang.authlib.GameProfile p_228878_1_)
-