java.lang.Object
com.sk89q.worldedit.util.formatting.component.TextComponentProducer
com.sk89q.worldedit.util.formatting.component.LabelFormat

public class LabelFormat extends TextComponentProducer
Represents a fragment representing a label.
  • Method Details

    • wrap

      public static com.sk89q.worldedit.util.formatting.text.TextComponent wrap(String... texts)
      Creates a LabelFormat with the given message.
      Parameters:
      texts - The text
      Returns:
      The Component