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 fzfintermediary net/minecraft/class_901named net/minecraft/client/render/entity/FallingBlockEntityRenderer
-
Field Summary
FieldsFields 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, getLight, getPositionOffset, getSkyLight, getTextRenderer, hasLabel, method_55831, renderLabelIfPresent, shouldRender
-
Field Details
-
blockRenderManager
- Mappings:
Namespace Name Mixin selector official aLfzf;a:Lfun;intermediary field_38890Lnet/minecraft/class_901;field_38890:Lnet/minecraft/class_776;named blockRenderManagerLnet/minecraft/client/render/entity/FallingBlockEntityRenderer;blockRenderManager:Lnet/minecraft/client/render/block/BlockRenderManager;
-
-
Constructor Details
-
FallingBlockEntityRenderer
- Mappings:
Namespace Name Mixin selector official <init>Lfyz;<init>(Lfza$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 aLfzf;a(Lcca;FFLeqk;Lftt;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 aLfzf;a(Lcca;)Lahh;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;
-