类 SLPBlocks
java.lang.Object
top.r3944realms.superleadrope.core.register.SLPBlocks
The type Slp blocks.
-
字段概要
字段修饰符和类型字段说明static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.level.block.Block>The constant BLOCKS. -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static Collection<net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.block.Block>>Gets entries.static voidregister(net.minecraftforge.eventbus.api.IEventBus eventBus) Register.
-
字段详细资料
-
BLOCKS
public static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.level.block.Block> BLOCKSThe constant BLOCKS.
-
-
构造器详细资料
-
SLPBlocks
public SLPBlocks()
-
-
方法详细资料
-
getEntries
public static Collection<net.minecraftforge.registries.RegistryObject<net.minecraft.world.level.block.Block>> getEntries()Gets entries.- 返回:
- the entries
-
register
public static void register(net.minecraftforge.eventbus.api.IEventBus eventBus) Register.- 参数:
eventBus- the event bus
-