java.lang.Object
net.neoforged.neoforge.server.command.generation.OnionIterator
所有已实现的接口:
Iterator<ChunkPos>

public class OnionIterator extends Object implements Iterator<ChunkPos>
Special thanks to Jasmine and Gegy for allowing us to use their pregenerator mod as a model to use in NeoForge! Original code: https://github.com/jaskarth/fabric-chunkpregenerator
  • 字段详细资料

    • EAST

      private static final byte EAST
      另请参阅:
    • SOUTH

      private static final byte SOUTH
      另请参阅:
    • WEST

      private static final byte WEST
      另请参阅:
    • NORTH

      private static final byte NORTH
      另请参阅:
    • STOP

      private static final byte STOP
      另请参阅:
    • radius

      private final int radius
    • x

      private int x
    • z

      private int z
    • distance

      private int distance
    • state

      private byte state
  • 构造器详细资料

    • OnionIterator

      public OnionIterator(int radius)
  • 方法详细资料