类 EntityArgument
java.lang.Object
net.minecraft.commands.arguments.EntityArgument
- 所有已实现的接口:
com.mojang.brigadier.arguments.ArgumentType<EntitySelector>
public class EntityArgument
extends Object
implements com.mojang.brigadier.arguments.ArgumentType<EntitySelector>
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
private static final Collection<String>
static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
(专用程序包) final boolean
(专用程序包) final boolean
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static EntityArgument
entities()
static EntityArgument
entity()
static Collection<? extends Entity>
getEntities
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static Entity
getEntity
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static Collection<? extends Entity>
getOptionalEntities
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static Collection<ServerPlayer>
getOptionalPlayers
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static ServerPlayer
getPlayer
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) static Collection<ServerPlayer>
getPlayers
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
listSuggestions
(com.mojang.brigadier.context.CommandContext<S> pContext, com.mojang.brigadier.suggestion.SuggestionsBuilder pBuilder) parse
(com.mojang.brigadier.StringReader pReader) static EntityArgument
player()
static EntityArgument
players()
-
字段详细资料
-
EXAMPLES
-
ERROR_NOT_SINGLE_ENTITY
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_NOT_SINGLE_ENTITY -
ERROR_NOT_SINGLE_PLAYER
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_NOT_SINGLE_PLAYER -
ERROR_ONLY_PLAYERS_ALLOWED
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_ONLY_PLAYERS_ALLOWED -
NO_ENTITIES_FOUND
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType NO_ENTITIES_FOUND -
NO_PLAYERS_FOUND
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType NO_PLAYERS_FOUND -
ERROR_SELECTORS_NOT_ALLOWED
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_SELECTORS_NOT_ALLOWED -
single
final boolean single -
playersOnly
final boolean playersOnly
-
-
构造器详细资料
-
EntityArgument
protected EntityArgument(boolean pSingle, boolean pPlayersOnly)
-
-
方法详细资料
-
entity
-
getEntity
public static Entity getEntity(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) throws com.mojang.brigadier.exceptions.CommandSyntaxException - 抛出:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
entities
-
getEntities
public static Collection<? extends Entity> getEntities(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) throws com.mojang.brigadier.exceptions.CommandSyntaxException - 抛出:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
getOptionalEntities
public static Collection<? extends Entity> getOptionalEntities(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) throws com.mojang.brigadier.exceptions.CommandSyntaxException - 抛出:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
getOptionalPlayers
public static Collection<ServerPlayer> getOptionalPlayers(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) throws com.mojang.brigadier.exceptions.CommandSyntaxException - 抛出:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
player
-
getPlayer
public static ServerPlayer getPlayer(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) throws com.mojang.brigadier.exceptions.CommandSyntaxException - 抛出:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
players
-
getPlayers
public static Collection<ServerPlayer> getPlayers(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) throws com.mojang.brigadier.exceptions.CommandSyntaxException - 抛出:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
parse
public EntitySelector parse(com.mojang.brigadier.StringReader pReader) throws com.mojang.brigadier.exceptions.CommandSyntaxException - 指定者:
parse
在接口中com.mojang.brigadier.arguments.ArgumentType<EntitySelector>
- 抛出:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
listSuggestions
public <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions(com.mojang.brigadier.context.CommandContext<S> pContext, com.mojang.brigadier.suggestion.SuggestionsBuilder pBuilder) - 指定者:
listSuggestions
在接口中com.mojang.brigadier.arguments.ArgumentType<EntitySelector>
-
getExamples
- 指定者:
getExamples
在接口中com.mojang.brigadier.arguments.ArgumentType<EntitySelector>
-