| Package | Description |
|---|---|
| net.minecraft.block | |
| net.minecraft.client.renderer.entity | |
| net.minecraft.entity | |
| net.minecraft.entity.item |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FallingBlock.onStartFalling(FallingBlockEntity fallingEntity) |
protected void |
AnvilBlock.onStartFalling(FallingBlockEntity fallingEntity) |
| Modifier and Type | Method and Description |
|---|---|
ResourceLocation |
FallingBlockRenderer.getEntityTexture(FallingBlockEntity entity) |
void |
FallingBlockRenderer.render(FallingBlockEntity entityIn,
float entityYaw,
float partialTicks,
MatrixStack matrixStackIn,
IRenderTypeBuffer bufferIn,
int packedLightIn) |
| Modifier and Type | Field and Description |
|---|---|
static EntityType<FallingBlockEntity> |
EntityType.FALLING_BLOCK |
| Constructor and Description |
|---|
FallingBlockEntity(EntityType<? extends FallingBlockEntity> p_i50218_1_,
World p_i50218_2_) |