Class SilentPlayerWrapper

All Implemented Interfaces:
MapMetadatable, Metadatable, Entity, Player, Actor, Locatable, SessionOwner, Subject, Faceted, Identifiable, Cloneable

public class SilentPlayerWrapper extends AsyncPlayer
Avoids printing any messages
  • Constructor Details

    • SilentPlayerWrapper

      public SilentPlayerWrapper(Player parent)
  • Method Details

    • print

      public void print(String msg)
      Description copied from interface: Actor
      Print a WorldEdit message.
      Specified by:
      print in interface Actor
      Overrides:
      print in class PlayerProxy
      Parameters:
      msg - The message text
    • print

      public void print(com.sk89q.worldedit.util.formatting.text.Component component)
      Description copied from interface: Actor
      Print a Component.
      Specified by:
      print in interface Actor
      Overrides:
      print in class PlayerProxy
      Parameters:
      component - The component to print
    • printDebug

      public void printDebug(String msg)
      Description copied from interface: Actor
      Print a WorldEdit message.
      Specified by:
      printDebug in interface Actor
      Overrides:
      printDebug in class PlayerProxy
      Parameters:
      msg - The message text
    • printError

      public void printError(String msg)
      Description copied from interface: Actor
      Print a WorldEdit error.
      Specified by:
      printError in interface Actor
      Overrides:
      printError in class PlayerProxy
      Parameters:
      msg - The error message text
    • printRaw

      public void printRaw(String msg)
      Description copied from interface: Actor
      Print a message.
      Specified by:
      printRaw in interface Actor
      Overrides:
      printRaw in class PlayerProxy
      Parameters:
      msg - The message text