Class LodestoneBlockEntityRegistry

java.lang.Object
team.lodestar.lodestone.setup.LodestoneBlockEntityRegistry

public class LodestoneBlockEntityRegistry extends Object
  • 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

      public static net.minecraft.world.level.block.Block[] getBlocks(Class<?>... blockClasses)
    • getBlocksExact

      public static net.minecraft.world.level.block.Block[] getBlocksExact(Class<?> clazz)