类 BlockEntityRegistry
java.lang.Object
com.cxxcxx.zinecraft.main.entity.BlockEntityRegistry
-
字段概要
字段修饰符和类型字段说明static final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.world.level.block.entity.BlockEntityType<?>> static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<ExampleBlockEntity>> -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
BLOCK_ENTITIES
public static final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.world.level.block.entity.BlockEntityType<?>> BLOCK_ENTITIES -
EXAMPLE_BLOCK_ENTITY
public static final Supplier<net.minecraft.world.level.block.entity.BlockEntityType<ExampleBlockEntity>> EXAMPLE_BLOCK_ENTITY
-
-
构造器详细资料
-
BlockEntityRegistry
public BlockEntityRegistry()
-
-
方法详细资料
-
init
public static void init(net.neoforged.bus.api.IEventBus modEventBus)
-