Class DynamicRainbowColorScheme

java.lang.Object
ru.cwcode.commands.color.DynamicRainbowColorScheme
All Implemented Interfaces:
ColorGenerationStrategy

public class DynamicRainbowColorScheme extends Object implements ColorGenerationStrategy
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.kyori.adventure.text.format.TextColor
    accent(boolean canPerformedBy)
     
    net.kyori.adventure.text.format.TextColor
    argument(boolean canPerformedBy)
     
    net.kyori.adventure.text.format.TextColor
     
    net.kyori.adventure.text.format.TextColor
    optional(boolean canPerformedBy)
     
    net.kyori.adventure.text.format.TextColor
    permissions(boolean canPerformedBy)
     
    net.kyori.adventure.text.format.TextColor
    subcommand(boolean canPerformedBy)
     
    net.kyori.adventure.text.format.TextColor
    wrap(net.kyori.adventure.text.format.TextColor color)
     
    net.kyori.adventure.text.format.TextColor
    written(boolean canPerformedBy)
     

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • DynamicRainbowColorScheme

      public DynamicRainbowColorScheme()
  • Method Details

    • main

      public net.kyori.adventure.text.format.TextColor main()
      Specified by:
      main in interface ColorGenerationStrategy
    • argument

      public net.kyori.adventure.text.format.TextColor argument(boolean canPerformedBy)
      Specified by:
      argument in interface ColorGenerationStrategy
    • optional

      public net.kyori.adventure.text.format.TextColor optional(boolean canPerformedBy)
      Specified by:
      optional in interface ColorGenerationStrategy
    • subcommand

      public net.kyori.adventure.text.format.TextColor subcommand(boolean canPerformedBy)
      Specified by:
      subcommand in interface ColorGenerationStrategy
    • written

      public net.kyori.adventure.text.format.TextColor written(boolean canPerformedBy)
      Specified by:
      written in interface ColorGenerationStrategy
    • permissions

      public net.kyori.adventure.text.format.TextColor permissions(boolean canPerformedBy)
      Specified by:
      permissions in interface ColorGenerationStrategy
    • accent

      public net.kyori.adventure.text.format.TextColor accent(boolean canPerformedBy)
      Specified by:
      accent in interface ColorGenerationStrategy
    • wrap

      public net.kyori.adventure.text.format.TextColor wrap(net.kyori.adventure.text.format.TextColor color)