Class CommonRegistration.BlockEntities

java.lang.Object
net.nikdo53.tinymultiblocklib.CommonRegistration.BlockEntities
Enclosing class:
CommonRegistration

public static class CommonRegistration.BlockEntities extends Object
  • Field Details

    • VALID_BLOCKS_SIMPLE

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

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

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

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

    • BlockEntities

      public BlockEntities()