Class Adjective

java.lang.Object
ch.njol.skript.localization.Message
ch.njol.skript.localization.Adjective

public class Adjective extends Message
  • Constructor Details

    • Adjective

      public Adjective(String key)
  • Method Details

    • onValueChange

      protected void onValueChange()
      Description copied from class: Message
      Called when this Message's value changes. This is not neccessarily called for every language change, but only when the value is actually accessed and the language has changed since the last call of this method.
      Overrides:
      onValueChange in class Message
    • toString

      public String toString()
      Overrides:
      toString in class Message
      Returns:
      The value of this message in the current language
    • toString

      public String toString(int gender, int flags)
    • toString

      public static String toString(Adjective[] adjectives, int gender, int flags, boolean and)
    • toString

      public String toString(Noun n, int flags)