Interface DebugLevelSourceAccessor


public interface DebugLevelSourceAccessor
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static void
    setALL_BLOCKS(List<net.minecraft.world.level.block.state.BlockState> blockStates)
     
    static void
    setGRID_HEIGHT(int length)
     
    static void
    setGRID_WIDTH(int length)
     
  • Method Details

    • setALL_BLOCKS

      static void setALL_BLOCKS(List<net.minecraft.world.level.block.state.BlockState> blockStates)
    • setGRID_WIDTH

      static void setGRID_WIDTH(int length)
    • setGRID_HEIGHT

      static void setGRID_HEIGHT(int length)