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, LEASH_WIDTH, NAMETAG_SCALE, shadowRadius, shadowStrength -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidextractRenderState(FallingBlockEntity p_364559_, FallingBlockRenderState p_360509_, float p_361019_) voidrender(FallingBlockRenderState p_361300_, PoseStack p_114637_, MultiBufferSource p_114638_, int p_114639_) booleanshouldRender(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, extractAdditionalHitboxes, 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:
shouldRenderin classEntityRenderer<FallingBlockEntity,FallingBlockRenderState>
-
render
public void render(FallingBlockRenderState p_361300_, PoseStack p_114637_, MultiBufferSource p_114638_, int p_114639_) - Overrides:
renderin classEntityRenderer<FallingBlockEntity,FallingBlockRenderState>
-
createRenderState
- Specified by:
createRenderStatein classEntityRenderer<FallingBlockEntity,FallingBlockRenderState>
-
extractRenderState
public void extractRenderState(FallingBlockEntity p_364559_, FallingBlockRenderState p_360509_, float p_361019_) - Overrides:
extractRenderStatein classEntityRenderer<FallingBlockEntity,FallingBlockRenderState>
-