Class DatChatFormatting.TextColour
java.lang.Object
com.datdeveloper.datmoddingapi.util.DatChatFormatting.TextColour
- Enclosing class:
DatChatFormatting
Colours for chat messages
-
Field Summary
Modifier and TypeFieldDescriptionstatic final net.minecraft.ChatFormatting
Text that is a commandstatic final net.minecraft.ChatFormatting
Content that describes an errorstatic final net.minecraft.ChatFormatting
Content is the header of a group of textstatic final net.minecraft.ChatFormatting
Content that intends to inform the user -
Method Summary
-
Field Details
-
INFO
public static final net.minecraft.ChatFormatting INFOContent that intends to inform the user -
ERROR
public static final net.minecraft.ChatFormatting ERRORContent that describes an error -
COMMAND
public static final net.minecraft.ChatFormatting COMMANDText that is a command -
HEADER
public static final net.minecraft.ChatFormatting HEADERContent is the header of a group of text
-