Class RandomFullClipboardPattern

java.lang.Object
com.sk89q.worldedit.function.pattern.AbstractPattern
com.fastasyncworldedit.core.function.pattern.RandomFullClipboardPattern
All Implemented Interfaces:
Filter, Pattern

public class RandomFullClipboardPattern extends AbstractPattern
  • Constructor Details

    • RandomFullClipboardPattern

      public RandomFullClipboardPattern(List<ClipboardHolder> clipboards, boolean randomRotate, boolean randomFlip)
      Create a new Pattern instance
      Parameters:
      clipboards - list of clipboards to choose from. Does not paste air
      randomRotate - if the clipboard should be randomly rotated (through multiples of 90)
      randomFlip - if the clipboard should be randomly flipped
  • Method Details