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
Fields inherited from class net.minecraft.client.renderer.entity.EntityRenderer
entityRenderDispatcher, NAMETAG_SCALE, shadowRadius, shadowStrength -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidextractRenderState(FallingBlockEntity p_364559_, FallingBlockRenderState p_360509_, float p_361019_) booleanshouldRender(FallingBlockEntity p_362415_, Frustum p_364047_, double p_362218_, double p_363427_, double p_361722_) voidsubmit(FallingBlockRenderState p_450955_, PoseStack p_435557_, SubmitNodeCollector p_433266_, CameraRenderState p_451470_) Methods inherited from class net.minecraft.client.renderer.entity.EntityRenderer
affectedByCulling, createRenderState, extractAdditionalHitboxes, finalizeRenderState, getBlockLightLevel, getBoundingBoxForCulling, getFont, getNameTag, getPackedLightCoords, getRenderOffset, getShadowRadius, getShadowStrength, getSkyLightLevel, shouldShowName, submitNameTag
-
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>
-
submit
public void submit(FallingBlockRenderState p_450955_, PoseStack p_435557_, SubmitNodeCollector p_433266_, CameraRenderState p_451470_) - Overrides:
submitin 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>
-