Interface CommonRegistration.BlockReg

Enclosing interface:
CommonRegistration

public static interface CommonRegistration.BlockReg
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Supplier<net.minecraft.world.level.block.Block>
     
    static final Supplier<net.minecraft.world.level.block.Block>
     
    static final Supplier<net.minecraft.world.level.block.Block>
     
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static void
     
  • Field Details

    • TEST_BLOCK

      static final Supplier<net.minecraft.world.level.block.Block> TEST_BLOCK
    • DIAMOND_STRUCTURE_BLOCK

      static final Supplier<net.minecraft.world.level.block.Block> DIAMOND_STRUCTURE_BLOCK
    • SIMPLE_MULTIBLOCK

      static final Supplier<net.minecraft.world.level.block.Block> SIMPLE_MULTIBLOCK
  • Method Details

    • init

      static void init()