Class SkullBlockEntityRenderer
java.lang.Object
net.minecraft.client.render.block.entity.BlockEntityRenderer<SkullBlockEntity>
net.minecraft.client.render.block.entity.SkullBlockEntityRenderer
@Environment(CLIENT) public class SkullBlockEntityRenderer extends BlockEntityRenderer<SkullBlockEntity>
-
Field Summary
Fields Modifier and Type Field Description private static Map<SkullBlock.SkullType,SkullEntityModel>MODELSprivate static Map<SkullBlock.SkullType,Identifier>TEXTURESFields inherited from class net.minecraft.client.render.block.entity.BlockEntityRenderer
dispatcher -
Constructor Summary
Constructors Constructor Description SkullBlockEntityRenderer(BlockEntityRenderDispatcher dispatcher) -
Method Summary
Modifier and Type Method Description private static RenderLayermethod_3578(SkullBlock.SkullType skullType, com.mojang.authlib.GameProfile gameProfile)voidrender(SkullBlockEntity skullBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3)static voidrender(Direction direction, float float2, SkullBlock.SkullType skullType, com.mojang.authlib.GameProfile gameProfile, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2)Methods inherited from class net.minecraft.client.render.block.entity.BlockEntityRenderer
rendersOutsideBoundingBox
-
Field Details
-
MODELS
-
TEXTURES
-
-
Constructor Details
-
SkullBlockEntityRenderer
-
-
Method Details
-
render
public void render(SkullBlockEntity skullBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3)- Specified by:
renderin classBlockEntityRenderer<SkullBlockEntity>
-
render
public static void render(@Nullable Direction direction, float float2, SkullBlock.SkullType skullType, @Nullable com.mojang.authlib.GameProfile gameProfile, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2) -
method_3578
private static RenderLayer method_3578(SkullBlock.SkullType skullType, @Nullable com.mojang.authlib.GameProfile gameProfile)
-