Package com.sk89q.worldguard.bukkit
Class BukkitStringMatcher
java.lang.Object
com.sk89q.worldguard.bukkit.BukkitStringMatcher
- All Implemented Interfaces:
com.sk89q.worldguard.internal.platform.StringMatcher
public class BukkitStringMatcher
extends Object
implements com.sk89q.worldguard.internal.platform.StringMatcher
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.sk89q.worldedit.world.World
getWorldByName
(String worldName) List
<com.sk89q.worldguard.LocalPlayer> matchPlayerNames
(String filter) com.sk89q.worldedit.extension.platform.Actor
matchPlayerOrConsole
(com.sk89q.worldedit.extension.platform.Actor sender, String filter) Iterable
<? extends com.sk89q.worldguard.LocalPlayer> matchPlayers
(com.sk89q.worldedit.extension.platform.Actor source, String filter) com.sk89q.worldedit.world.World
matchWorld
(com.sk89q.worldedit.extension.platform.Actor sender, String filter) replaceMacros
(com.sk89q.worldedit.extension.platform.Actor sender, String message) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.sk89q.worldguard.internal.platform.StringMatcher
checkPlayerMatch, matchPlayers, matchSinglePlayer
-
Constructor Details
-
BukkitStringMatcher
public BukkitStringMatcher()
-
-
Method Details
-
matchWorld
public com.sk89q.worldedit.world.World matchWorld(com.sk89q.worldedit.extension.platform.Actor sender, String filter) throws com.sk89q.minecraft.util.commands.CommandException - Specified by:
matchWorld
in interfacecom.sk89q.worldguard.internal.platform.StringMatcher
- Throws:
com.sk89q.minecraft.util.commands.CommandException
-
matchPlayerNames
- Specified by:
matchPlayerNames
in interfacecom.sk89q.worldguard.internal.platform.StringMatcher
-
matchPlayers
public Iterable<? extends com.sk89q.worldguard.LocalPlayer> matchPlayers(com.sk89q.worldedit.extension.platform.Actor source, String filter) throws com.sk89q.minecraft.util.commands.CommandException - Specified by:
matchPlayers
in interfacecom.sk89q.worldguard.internal.platform.StringMatcher
- Throws:
com.sk89q.minecraft.util.commands.CommandException
-
matchPlayerOrConsole
public com.sk89q.worldedit.extension.platform.Actor matchPlayerOrConsole(com.sk89q.worldedit.extension.platform.Actor sender, String filter) throws com.sk89q.minecraft.util.commands.CommandException - Specified by:
matchPlayerOrConsole
in interfacecom.sk89q.worldguard.internal.platform.StringMatcher
- Throws:
com.sk89q.minecraft.util.commands.CommandException
-
getWorldByName
- Specified by:
getWorldByName
in interfacecom.sk89q.worldguard.internal.platform.StringMatcher
-
replaceMacros
- Specified by:
replaceMacros
in interfacecom.sk89q.worldguard.internal.platform.StringMatcher
-