static Map net.minecraft.command.PlayerSelector.func_96560_a |
( |
Map |
par0Map) | |
|
|
static |
static boolean net.minecraft.command.PlayerSelector.hasArguments |
( |
String |
par0Str) | |
|
|
static |
Returns whether the given token has any arguments set.
static boolean net.minecraft.command.PlayerSelector.hasTheseArguments |
( |
String |
par0Str, |
|
|
String |
par1Str |
|
) |
| |
|
static |
Returns whether the given token (parameter 1) has exactly the given arguments (parameter 2).
static boolean net.minecraft.command.PlayerSelector.matchesMultiplePlayers |
( |
String |
par0Str) | |
|
|
static |
Returns whether the given pattern can match more than one player.
Returns the one player that matches the given at-token. Returns null if more than one player matches.
Returns an array of all players matched by the given at-token.
static String net.minecraft.command.PlayerSelector.matchPlayersAsString |
( |
ICommandSender |
par0ICommandSender, |
|
|
String |
par1Str |
|
) |
| |
|
static |
Returns a nicely-formatted string listing the matching players.
The documentation for this class was generated from the following file:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/net/minecraft/command/PlayerSelector.java