Package team.lodestar.lodestone.setup
Class LodestoneBlockEntityRegistry
java.lang.Object
team.lodestar.lodestone.setup.LodestoneBlockEntityRegistry
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.level.block.entity.BlockEntityType<?>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.block.entity.BlockEntityType<MultiBlockComponentEntity>>static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.block.entity.BlockEntityType<LodestoneSignBlockEntity>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.world.level.block.Block[]static net.minecraft.world.level.block.Block[]getBlocksExact(Class<?> clazz)
-
Field Details
-
BLOCK_ENTITY_TYPES
public static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.level.block.entity.BlockEntityType<?>> BLOCK_ENTITY_TYPES -
MULTIBLOCK_COMPONENT
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.block.entity.BlockEntityType<MultiBlockComponentEntity>> MULTIBLOCK_COMPONENT -
SIGN
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.block.entity.BlockEntityType<LodestoneSignBlockEntity>> SIGN
-
-
Constructor Details
-
LodestoneBlockEntityRegistry
public LodestoneBlockEntityRegistry()
-
-
Method Details
-
getBlocks
-
getBlocksExact
-