Interface IForgeBlockEntity

All Superinterfaces:
ICapabilityProvider, ICapabilitySerializable<CompoundTag>, INBTSerializable<CompoundTag>
All Known Implementing Classes:
AbstractFurnaceBlockEntity, BannerBlockEntity, BarrelBlockEntity, BaseContainerBlockEntity, BeaconBlockEntity, BedBlockEntity, BeehiveBlockEntity, BellBlockEntity, BlastFurnaceBlockEntity, BlockEntity, BlockEntityOnLoadTest.TestBlockEntity, BrewingStandBlockEntity, CampfireBlockEntity, ChestBlockEntity, CommandBlockEntity, ComparatorBlockEntity, ConduitBlockEntity, CustomSignsTest.CustomSignBlockEntity, DaylightDetectorBlockEntity, DispenserBlockEntity, DropperBlockEntity, EnchantmentTableBlockEntity, EnderChestBlockEntity, FullPotsAccessorDemo.DioriteFlowerPotBlockEntity, FurnaceBlockEntity, HopperBlockEntity, JigsawBlockEntity, JukeboxBlockEntity, LecternBlockEntity, PistonMovingBlockEntity, RandomizableContainerBlockEntity, SculkSensorBlockEntity, ShulkerBoxBlockEntity, SignBlockEntity, SkullBlockEntity, SmokerBlockEntity, SpawnerBlockEntity, StructureBlockEntity, TheEndGatewayBlockEntity, TheEndPortalBlockEntity, TileFluidHandler, TrappedChestBlockEntity

public interface IForgeBlockEntity extends ICapabilitySerializable<CompoundTag>
  • Field Details

    • INFINITE_EXTENT_AABB

      static final AABB INFINITE_EXTENT_AABB
      Sometimes default render bounding box: infinite in scope. Used to control rendering on BlockEntityWithoutLevelRenderer.
  • Method Details