Class EBBlockEntities
java.lang.Object
com.binaris.wizardry.setup.registries.EBBlockEntities
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DeferredObject<net.minecraft.world.level.block.entity.BlockEntityType<ArcaneWorkbenchBlockEntity>>static final DeferredObject<net.minecraft.world.level.block.entity.BlockEntityType<BookshelfBlockEntity>>static final DeferredObject<net.minecraft.world.level.block.entity.BlockEntityType<ImbuementAltarBlockEntity>>static final DeferredObject<net.minecraft.world.level.block.entity.BlockEntityType<ReceptacleBlockEntity>>static final DeferredObject<net.minecraft.world.level.block.entity.BlockEntityType<RunestonePedestalBlockEntity>>static final DeferredObject<net.minecraft.world.level.block.entity.BlockEntityType<VanishingCobwebBlockEntity>> -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregister(RegisterFunction<net.minecraft.world.level.block.entity.BlockEntityType<?>> function)
-
Field Details
-
VANISHING_COBWEB
public static final DeferredObject<net.minecraft.world.level.block.entity.BlockEntityType<VanishingCobwebBlockEntity>> VANISHING_COBWEB -
ARCANE_WORKBENCH
public static final DeferredObject<net.minecraft.world.level.block.entity.BlockEntityType<ArcaneWorkbenchBlockEntity>> ARCANE_WORKBENCH -
RECEPTACLE
public static final DeferredObject<net.minecraft.world.level.block.entity.BlockEntityType<ReceptacleBlockEntity>> RECEPTACLE -
IMBUEMENT_ALTAR
public static final DeferredObject<net.minecraft.world.level.block.entity.BlockEntityType<ImbuementAltarBlockEntity>> IMBUEMENT_ALTAR -
BOOKSHELF
public static final DeferredObject<net.minecraft.world.level.block.entity.BlockEntityType<BookshelfBlockEntity>> BOOKSHELF -
RUNESTONE_PEDESTAL
public static final DeferredObject<net.minecraft.world.level.block.entity.BlockEntityType<RunestonePedestalBlockEntity>> RUNESTONE_PEDESTAL
-
-
Method Details
-
register
public static void register(RegisterFunction<net.minecraft.world.level.block.entity.BlockEntityType<?>> function)
-