Class BlockedGradient

java.lang.Object
net.lucypoulton.squirtgun.format.blocked.BlockedGradient

public class BlockedGradient extends Object
A blocked gradient - somewhat akin to a striped flag, represents solid and evenly-distributed blocks of colour.
  • Constructor Details

    • BlockedGradient

      public BlockedGradient(String[] names, net.kyori.adventure.text.format.TextColor... cols)
    • BlockedGradient

      public BlockedGradient(String name, net.kyori.adventure.text.format.TextColor... cols)
  • Method Details

    • getNames

      public String[] getNames()
    • getCols

      public net.kyori.adventure.text.format.TextColor[] getCols()