Class FallingBlockEntityRenderer
java.lang.Object
net.minecraft.client.render.entity.EntityRenderer<FallingBlockEntity>
net.minecraft.client.render.entity.FallingBlockEntityRenderer
@Environment(CLIENT)
public class FallingBlockEntityRenderer
extends EntityRenderer<FallingBlockEntity>
- Mappings:
Namespace Name official escintermediary net/minecraft/class_901named net/minecraft/client/render/entity/FallingBlockEntityRenderer
-
Field Summary
Fields inherited from class net.minecraft.client.render.entity.EntityRenderer
dispatcher, field_32921, shadowOpacity, shadowRadius -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTexture(FallingBlockEntity fallingBlockEntity)voidrender(FallingBlockEntity fallingBlockEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2)Methods inherited from class net.minecraft.client.render.entity.EntityRenderer
getBlockLight, getFontRenderer, getLight, getPositionOffset, getSkyLight, hasLabel, renderLabelIfPresent, shouldRender
-
Constructor Details
-
FallingBlockEntityRenderer
- Mappings:
Namespace Name Mixin selector official <init>Lerw;<init>(Lerx$a;)Vintermediary <init>Lnet/minecraft/class_897;<init>(Lnet/minecraft/class_5617$class_5618;)Vnamed <init>Lnet/minecraft/client/render/entity/EntityRenderer;<init>(Lnet/minecraft/client/render/entity/EntityRendererFactory$Context;)V
-
-
Method Details
-
render
public void render(FallingBlockEntity fallingBlockEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2)- Overrides:
renderin classEntityRenderer<FallingBlockEntity>- Mappings:
Namespace Name Mixin selector official aLesc;a(Lbhb;FFLdqk;Lenh;I)Vintermediary method_3965Lnet/minecraft/class_901;method_3965(Lnet/minecraft/class_1540;FFLnet/minecraft/class_4587;Lnet/minecraft/class_4597;I)Vnamed renderLnet/minecraft/client/render/entity/FallingBlockEntityRenderer;render(Lnet/minecraft/entity/FallingBlockEntity;FFLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;I)V
-
getTexture
- Specified by:
getTexturein classEntityRenderer<FallingBlockEntity>- Mappings:
Namespace Name Mixin selector official aLesc;a(Lbhb;)Lww;intermediary method_3964Lnet/minecraft/class_901;method_3964(Lnet/minecraft/class_1540;)Lnet/minecraft/class_2960;named getTextureLnet/minecraft/client/render/entity/FallingBlockEntityRenderer;getTexture(Lnet/minecraft/entity/FallingBlockEntity;)Lnet/minecraft/util/Identifier;
-