Class DatChatFormatting.TextColour

java.lang.Object
com.datdeveloper.datmoddingapi.util.DatChatFormatting.TextColour
Enclosing class:
DatChatFormatting

public static final class DatChatFormatting.TextColour extends Object
Colours for chat messages
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.ChatFormatting
    Text that is a command
    static final net.minecraft.ChatFormatting
    Content that describes an error
    static final net.minecraft.ChatFormatting
    Content is the header of a group of text
    static final net.minecraft.ChatFormatting
    Content that intends to inform the user
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • INFO

      public static final net.minecraft.ChatFormatting INFO
      Content that intends to inform the user
    • ERROR

      public static final net.minecraft.ChatFormatting ERROR
      Content that describes an error
    • COMMAND

      public static final net.minecraft.ChatFormatting COMMAND
      Text that is a command