Package net.nikdo53.tinymultiblocklib
Class CommonRegistration.BlockEntities
java.lang.Object
net.nikdo53.tinymultiblocklib.CommonRegistration.BlockEntities
- Enclosing class:
- CommonRegistration
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Supplier<net.minecraft.world.level.block.entity.BlockEntityType<SimpleMultiBlockEntity>>static Supplier<net.minecraft.world.level.block.entity.BlockEntityType<SimpleStructureMultiBlockEntity>>static final Set<net.minecraft.world.level.block.Block>static final Set<net.minecraft.world.level.block.Block> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
VALID_BLOCKS_SIMPLE
-
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()
-