Class DebugMessage

java.lang.Object
fr.andross.banitem.utils.debug.DebugMessage

public final class DebugMessage extends Object
A debug message with its type
Version:
3.1
Author:
Andross
  • Constructor Details

    • DebugMessage

      public DebugMessage(@NotNull String node)
    • DebugMessage

      public DebugMessage(@Nullable ListType type, @NotNull String node)
  • Method Details

    • getType

      @Nullable public ListType getType()
      Get the type of node
      Returns:
      the type of node, null if its not an important node
    • getNode

      @NotNull public String getNode()
      The the message for this node
      Returns:
      the message of the node