Class LodestoneBlockEntities

java.lang.Object
team.lodestar.lodestone.registry.common.LodestoneBlockEntities

public class LodestoneBlockEntities extends Object
  • Field Details

    • BLOCK_ENTITY_TYPES

      public static final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.world.level.block.entity.BlockEntityType<?>> BLOCK_ENTITY_TYPES
    • MULTIBLOCK_COMPONENT

      public static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<MultiBlockComponentEntity>> MULTIBLOCK_COMPONENT
    • SIGN

      public static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<LodestoneSignBlockEntity>> SIGN
  • Constructor Details

    • LodestoneBlockEntities

      public LodestoneBlockEntities()
  • 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)