Class SilentPlayerWrapper
java.lang.Object
com.sk89q.worldedit.extension.platform.AbstractPlayerActor
com.sk89q.worldedit.extension.platform.PlayerProxy
com.fastasyncworldedit.core.wrappers.AsyncPlayer
com.fastasyncworldedit.core.wrappers.SilentPlayerWrapper
- All Implemented Interfaces:
MapMetadatable, Metadatable, Entity, Player, Actor, Locatable, SessionOwner, Subject, Faceted, Identifiable, Cloneable
Avoids printing any messages
-
Nested Class Summary
Nested classes/interfaces inherited from interface Metadatable
Metadatable.METADATA_KEYS -
Field Summary
Fields inherited from interface Identifiable
CONSOLE, EVERYONE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprint(com.sk89q.worldedit.util.formatting.text.Component component) Print aComponent.voidPrint a WorldEdit message.voidprintDebug(String msg) Print a WorldEdit message.voidprintError(String msg) Print a WorldEdit error.voidPrint a message.Methods inherited from class AsyncPlayer
ascendLevel, ascendToCeiling, ascendToCeiling, ascendUpwards, ascendUpwards, descendLevel, findFreePosition, findFreePosition, floatAt, getBlockTrace, getBlockTraceFace, getCardinalDirection, getSolidBlockTrace, getWorld, passThroughForwardWall, setOnGround, setPosition, wrapMethods inherited from class PlayerProxy
dispatchCUIEvent, getBasePlayer, getBlockInHand, getDisplayName, getFacet, getGameMode, getGroups, getInventoryBlockBag, getItemInHand, getLocale, getLocation, getName, getSessionKey, getState, getUniqueId, giveItem, hasPermission, runAction, sendAnnouncements, sendFakeBlock, sendTitle, setGameMode, setLocation, setOffset, setPermission, togglePermission, trySetPosition, unwrapMethods inherited from class AbstractPlayerActor
canDestroyBedrock, checkPermission, clone, equals, getAllowedRegions, getAllowedRegions, getBlockOn, getBlockTrace, getBlockTrace, getBlockTraceFace, getCardinalDirection, getDisallowedRegions, getDisallowedRegions, getExtent, getLargestRegion, getRawMeta, hashCode, isAllowedToFly, isHoldingPickAxe, isPlayer, loadClipboardFromDisk, openFileOpenDialog, openFileSaveDialog, remove, setFlying, setSelection, trySetPositionMethods inherited from class Object
finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Actor
cancel, checkAction, confirm, decline, getLimit, printDebug, printError, printInfo, queueAction, runAsyncIfFree, runIfFreeMethods inherited from interface Locatable
getBlockLocation, setPositionMethods inherited from interface MapMetadatable
deleteMeta, getAndSetMeta, getMeta, getMeta, hasMeta, putIfAbsent, setMetaMethods inherited from interface Player
getBlockIn, getSelection, getWorldForEditing, setSelection, unregisterMethods inherited from interface SessionOwner
getSession
-
Constructor Details
-
SilentPlayerWrapper
-
-
Method Details
-
print
-
print
public void print(com.sk89q.worldedit.util.formatting.text.Component component) Description copied from interface:ActorPrint aComponent.- Specified by:
printin interfaceActor- Overrides:
printin classPlayerProxy- Parameters:
component- The component to print
-
printDebug
Description copied from interface:ActorPrint a WorldEdit message.- Specified by:
printDebugin interfaceActor- Overrides:
printDebugin classPlayerProxy- Parameters:
msg- The message text
-
printError
Description copied from interface:ActorPrint a WorldEdit error.- Specified by:
printErrorin interfaceActor- Overrides:
printErrorin classPlayerProxy- Parameters:
msg- The error message text
-
printRaw
-