类 BlockRegistry

java.lang.Object
com.cxxcxx.zinecraft.main.item.BlockRegistry

public class BlockRegistry extends Object
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    static final net.neoforged.neoforge.registries.DeferredRegister.Blocks
     
    static final net.neoforged.neoforge.registries.DeferredBlock<net.minecraft.world.level.block.Block>
     
    static final net.neoforged.neoforge.registries.DeferredBlock<net.minecraft.world.level.block.Block>
     
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    static void
    init(net.neoforged.bus.api.IEventBus modEventBus)
     

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

    • BLOCKS

      public static final net.neoforged.neoforge.registries.DeferredRegister.Blocks BLOCKS
    • EXAMPLE_BLOCK

      public static final net.neoforged.neoforge.registries.DeferredBlock<net.minecraft.world.level.block.Block> EXAMPLE_BLOCK
    • EXAMPLE_ENTITY_BLOCK

      public static final net.neoforged.neoforge.registries.DeferredBlock<net.minecraft.world.level.block.Block> EXAMPLE_ENTITY_BLOCK
  • 构造器详细资料

    • BlockRegistry

      public BlockRegistry()
  • 方法详细资料

    • init

      public static void init(net.neoforged.bus.api.IEventBus modEventBus)