Class BlockEntityRegistry

java.lang.Object
tech.anonymoushacker1279.immersiveweapons.init.BlockEntityRegistry

public class BlockEntityRegistry extends Object
  • Field Details

    • BLOCK_ENTITIES

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

      public static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<CustomSignBlockEntity>> CUSTOM_SIGN_ENTITY
    • CUSTOM_HANGING_SIGN_ENTITY

      public static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<CustomHangingSignBlockEntity>> CUSTOM_HANGING_SIGN_ENTITY
    • CUSTOM_SKULL_BLOCK_ENTITY

      public static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<CustomSkullBlockEntity>> CUSTOM_SKULL_BLOCK_ENTITY
    • BEAR_TRAP_BLOCK_ENTITY

      public static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<BearTrapBlockEntity>> BEAR_TRAP_BLOCK_ENTITY
    • SHELF_BLOCK_ENTITY

      public static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<ShelfBlockEntity>> SHELF_BLOCK_ENTITY
    • PANIC_ALARM_BLOCK_ENTITY

      public static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<PanicAlarmBlockEntity>> PANIC_ALARM_BLOCK_ENTITY
    • MINUTEMAN_STATUE_BLOCK_ENTITY

      public static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<MinutemanStatueBlockEntity>> MINUTEMAN_STATUE_BLOCK_ENTITY
    • MEDIC_STATUE_BLOCK_ENTITY

      public static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<MedicStatueBlockEntity>> MEDIC_STATUE_BLOCK_ENTITY
    • TESLA_SYNTHESIZER_BLOCK_ENTITY

      public static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<TeslaSynthesizerBlockEntity>> TESLA_SYNTHESIZER_BLOCK_ENTITY
    • CELESTIAL_LANTERN_BLOCK_ENTITY

      public static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<CelestialLanternBlockEntity>> CELESTIAL_LANTERN_BLOCK_ENTITY
    • ASTRAL_CRYSTAL_BLOCK_ENTITY

      public static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<AstralCrystalBlockEntity>> ASTRAL_CRYSTAL_BLOCK_ENTITY
    • BIODOME_LIFE_SUPPORT_UNIT_BLOCK_ENTITY

      public static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<BiodomeLifeSupportUnitBlockEntity>> BIODOME_LIFE_SUPPORT_UNIT_BLOCK_ENTITY
    • DAMAGEABLE_BLOCK_ENTITY

      public static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<DamageableBlockEntity>> DAMAGEABLE_BLOCK_ENTITY
    • AMMUNITION_TABLE_BLOCK_ENTITY

      public static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<AmmunitionTableBlockEntity>> AMMUNITION_TABLE_BLOCK_ENTITY
    • STAR_FORGE_BLOCK_ENTITY

      public static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<StarForgeBlockEntity>> STAR_FORGE_BLOCK_ENTITY
    • COMMANDER_PEDESTAL_BLOCK_ENTITY

      public static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<CommanderPedestalBlockEntity>> COMMANDER_PEDESTAL_BLOCK_ENTITY
    • TELEPORTER_BLOCK_ENTITY

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

    • BlockEntityRegistry

      public BlockEntityRegistry()