类 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> p_91462_, String p_91463_) static Entity
getEntity
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_91453_, String p_91454_) static Collection
<? extends Entity> getOptionalEntities
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_91468_, String p_91469_) static Collection
<ServerPlayer> getOptionalPlayers
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_91472_, String p_91473_) static ServerPlayer
getPlayer
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_91475_, String p_91476_) static Collection
<ServerPlayer> getPlayers
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_91478_, String p_91479_) <S> CompletableFuture
<com.mojang.brigadier.suggestion.Suggestions> listSuggestions
(com.mojang.brigadier.context.CommandContext<S> p_91482_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_91483_) parse
(com.mojang.brigadier.StringReader p_91451_) private EntitySelector
parse
(com.mojang.brigadier.StringReader p_345565_, boolean p_345553_) <S> EntitySelector
parse
(com.mojang.brigadier.StringReader p_345548_, S p_345559_) 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 p_91447_, boolean p_91448_)
-
-
方法详细资料
-
entity
-
getEntity
public static Entity getEntity(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_91453_, String p_91454_) 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> p_91462_, String p_91463_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - 抛出:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
getOptionalEntities
public static Collection<? extends Entity> getOptionalEntities(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_91468_, String p_91469_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - 抛出:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
getOptionalPlayers
public static Collection<ServerPlayer> getOptionalPlayers(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_91472_, String p_91473_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - 抛出:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
player
-
getPlayer
public static ServerPlayer getPlayer(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_91475_, String p_91476_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - 抛出:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
players
-
getPlayers
public static Collection<ServerPlayer> getPlayers(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_91478_, String p_91479_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - 抛出:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
parse
public EntitySelector parse(com.mojang.brigadier.StringReader p_91451_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - 指定者:
parse
在接口中com.mojang.brigadier.arguments.ArgumentType<EntitySelector>
- 抛出:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
parse
public <S> EntitySelector parse(com.mojang.brigadier.StringReader p_345548_, S p_345559_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - 指定者:
parse
在接口中com.mojang.brigadier.arguments.ArgumentType<EntitySelector>
- 抛出:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
parse
private EntitySelector parse(com.mojang.brigadier.StringReader p_345565_, boolean p_345553_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - 抛出:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
listSuggestions
public <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions(com.mojang.brigadier.context.CommandContext<S> p_91482_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_91483_) - 指定者:
listSuggestions
在接口中com.mojang.brigadier.arguments.ArgumentType<EntitySelector>
-
getExamples
- 指定者:
getExamples
在接口中com.mojang.brigadier.arguments.ArgumentType<EntitySelector>
-