Class FallingBlockRenderer
java.lang.Object
net.minecraft.client.renderer.entity.EntityRenderer<FallingBlockEntity,FallingBlockRenderState>
net.minecraft.client.renderer.entity.FallingBlockRenderer
public class FallingBlockRenderer
extends EntityRenderer<FallingBlockEntity,FallingBlockRenderState>
-
Field Summary
FieldsFields inherited from class net.minecraft.client.renderer.entity.EntityRenderer
entityRenderDispatcher, LEASH_RENDER_STEPS, NAMETAG_SCALE, shadowRadius, shadowStrength
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
extractRenderState
(FallingBlockEntity p_364559_, FallingBlockRenderState p_360509_, float p_361019_) void
render
(FallingBlockRenderState p_361300_, PoseStack p_114637_, MultiBufferSource p_114638_, int p_114639_) boolean
shouldRender
(FallingBlockEntity p_362415_, Frustum p_364047_, double p_362218_, double p_363427_, double p_361722_) Methods inherited from class net.minecraft.client.renderer.entity.EntityRenderer
affectedByCulling, createRenderState, getBlockLightLevel, getBoundingBoxForCulling, getFont, getNameTag, getPackedLightCoords, getRenderOffset, getShadowRadius, getShadowStrength, getSkyLightLevel, renderNameTag, shouldShowName
-
Field Details
-
dispatcher
-
-
Constructor Details
-
FallingBlockRenderer
-
-
Method Details
-
shouldRender
public boolean shouldRender(FallingBlockEntity p_362415_, Frustum p_364047_, double p_362218_, double p_363427_, double p_361722_) - Overrides:
shouldRender
in classEntityRenderer<FallingBlockEntity,
FallingBlockRenderState>
-
render
public void render(FallingBlockRenderState p_361300_, PoseStack p_114637_, MultiBufferSource p_114638_, int p_114639_) - Overrides:
render
in classEntityRenderer<FallingBlockEntity,
FallingBlockRenderState>
-
createRenderState
- Specified by:
createRenderState
in classEntityRenderer<FallingBlockEntity,
FallingBlockRenderState>
-
extractRenderState
public void extractRenderState(FallingBlockEntity p_364559_, FallingBlockRenderState p_360509_, float p_361019_) - Overrides:
extractRenderState
in classEntityRenderer<FallingBlockEntity,
FallingBlockRenderState>
-