Class BlockEntityRegistry
java.lang.Object
tech.anonymoushacker1279.immersiveweapons.init.BlockEntityRegistry
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<AmmunitionTableBlockEntity>>static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<AstralCrystalBlockEntity>>static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<BearTrapBlockEntity>>static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<BiodomeLifeSupportUnitBlockEntity>>static final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.world.level.block.entity.BlockEntityType<?>>static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<CelestialLanternBlockEntity>>static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<CommanderPedestalBlockEntity>>static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<CustomHangingSignBlockEntity>>static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<CustomSignBlockEntity>>static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<CustomSkullBlockEntity>>static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<DamageableBlockEntity>>static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<MedicStatueBlockEntity>>static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<MinutemanStatueBlockEntity>>static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<PanicAlarmBlockEntity>>static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<ShelfBlockEntity>>static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<StarForgeBlockEntity>>static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<TeslaSynthesizerBlockEntity>>static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<TiltrosPortalBlockEntity>> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BLOCK_ENTITIES
public static final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.world.level.block.entity.BlockEntityType<?>> BLOCK_ENTITIES -
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 -
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 -
CELESTIAL_LANTERN_BLOCK_ENTITY
public static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<CelestialLanternBlockEntity>> CELESTIAL_LANTERN_BLOCK_ENTITY -
CUSTOM_SKULL_BLOCK_ENTITY
public static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<CustomSkullBlockEntity>> CUSTOM_SKULL_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 -
TILTROS_PORTAL_BLOCK_ENTITY
public static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<TiltrosPortalBlockEntity>> TILTROS_PORTAL_BLOCK_ENTITY -
COMMANDER_PEDESTAL_BLOCK_ENTITY
public static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<CommanderPedestalBlockEntity>> COMMANDER_PEDESTAL_BLOCK_ENTITY
-
-
Constructor Details
-
BlockEntityRegistry
public BlockEntityRegistry()
-