Interface CommonRegistration.BlockEntities

Enclosing interface:
CommonRegistration

public static interface CommonRegistration.BlockEntities
  • Field Details

    • VALID_BLOCKS_SIMPLE

      static final Set<net.minecraft.world.level.block.Block> VALID_BLOCKS_SIMPLE
    • VALID_BLOCKS_STRUCTURE

      static final Set<net.minecraft.world.level.block.Block> VALID_BLOCKS_STRUCTURE
    • SIMPLE_MULTIBLOCK_ENTITY

      static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<SimpleMultiBlockEntity>> SIMPLE_MULTIBLOCK_ENTITY
    • SIMPLE_STRUCTURE_MULTIBLOCK_ENTITY

      static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<SimpleStructureMultiBlockEntity>> SIMPLE_STRUCTURE_MULTIBLOCK_ENTITY
  • Method Details

    • init

      static void init()