Class FallingBlockRenderer
java.lang.Object
net.minecraft.client.renderer.entity.EntityRenderer<FallingBlockEntity>
net.minecraft.client.renderer.entity.FallingBlockRenderer
-
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 TypeMethodDescriptiongetTextureLocation(FallingBlockEntity pEntity) Returns the location of an entity's texture.voidrender(FallingBlockEntity pEntity, float pEntityYaw, float pPartialTicks, PoseStack pPoseStack, MultiBufferSource pBuffer, int pPackedLight) Methods inherited from class net.minecraft.client.renderer.entity.EntityRenderer
getBlockLightLevel, getFont, getPackedLightCoords, getRenderOffset, getShadowRadius, getSkyLightLevel, renderNameTag, shouldRender, shouldShowName
-
Field Details
-
dispatcher
-
-
Constructor Details
-
FallingBlockRenderer
-
-
Method Details
-
render
public void render(FallingBlockEntity pEntity, float pEntityYaw, float pPartialTicks, PoseStack pPoseStack, MultiBufferSource pBuffer, int pPackedLight) - Overrides:
renderin classEntityRenderer<FallingBlockEntity>
-
getTextureLocation
Returns the location of an entity's texture.- Specified by:
getTextureLocationin classEntityRenderer<FallingBlockEntity>
-