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 emointermediary net/minecraft/class_901named net/minecraft/client/render/entity/FallingBlockEntityRenderer
-
Field Summary
Fields inherited from class net.minecraft.client.render.entity.EntityRenderer
dispatcher, shadowOpacity, shadowRadius -
Constructor Summary
Constructors Constructor Description FallingBlockEntityRenderer(EntityRendererFactory.Context ctx) -
Method Summary
Modifier and Type Method Description IdentifiergetTexture(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>Lemi;<init>(Lemj$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 aLemo;a(Lbej;FFLdlr;Lehq;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 aLemo;a(Lbej;)Lwb;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;
-