Enum Class ChatMetaType

java.lang.Object
java.lang.Enum<ChatMetaType>
net.luckperms.api.node.ChatMetaType
All Implemented Interfaces:
Serializable, Comparable<ChatMetaType>, java.lang.constant.Constable

public enum ChatMetaType extends Enum<ChatMetaType>
Represents a type of chat meta
  • Enum Constant Details

    • PREFIX

      public static final ChatMetaType PREFIX
      Represents a prefix
    • SUFFIX

      public static final ChatMetaType SUFFIX
      Represents a suffix
  • Method Details