package net.minecraft.client.renderer.entity.state; import net.minecraft.client.renderer.block.MovingBlockRenderState; public class FallingBlockRenderState extends EntityRenderState { public final MovingBlockRenderState movingBlockRenderState = new MovingBlockRenderState(); }