Class LayerPattern

java.lang.Object
com.simibubi.create.foundation.worldgen.LayerPattern

public class LayerPattern extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.simibubi.create.foundation.worldgen.LayerPattern.Builder
     
    com.simibubi.create.foundation.worldgen.LayerPattern.Layer
    rollNext(com.simibubi.create.foundation.worldgen.LayerPattern.Layer previous, Random random)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LayerPattern

      public LayerPattern()
  • Method Details

    • builder

      public static com.simibubi.create.foundation.worldgen.LayerPattern.Builder builder()
    • rollNext

      public com.simibubi.create.foundation.worldgen.LayerPattern.Layer rollNext(@Nullable com.simibubi.create.foundation.worldgen.LayerPattern.Layer previous, Random random)