Class FallingBlockEntity

java.lang.Object
net.minecraft.entity.Entity
net.minecraft.entity.FallingBlockEntity
All Implemented Interfaces:
CommandOutput, Nameable

public class FallingBlockEntity
extends Entity
  • Field Details

    • BLOCK_POS

      protected static final TrackedData<BlockPos> BLOCK_POS
    • block

      private BlockState block
    • timeFalling

      public int timeFalling
    • dropItem

      public boolean dropItem
    • destroyedOnLanding

      private boolean destroyedOnLanding
    • hurtEntities

      private boolean hurtEntities
    • fallHurtMax

      private int fallHurtMax
    • fallHurtAmount

      private float fallHurtAmount
    • blockEntityData

      public CompoundTag blockEntityData
  • Constructor Details

  • Method Details