net.minecraft.commands.arguments

public class EntityArgument

implements com.mojang.brigadier.arguments.ArgumentType<EntitySelector>

dh
net.minecraft.commands.arguments.EntityArgument
net.minecraft.class_2186
net.minecraft.unmapped.C_msbpycfh
net.minecraft.command.arguments.EntityArgumentType
net.minecraft.command.arguments.EntityArgument
net.minecraft.server.v1_16_R1.ArgumentEntity

Field summary

Modifier and TypeField
private static final Collection<String>
g
EXAMPLES
field_9859
f_pmpvzlxj
EXAMPLES
field_201310_f
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
a
ERROR_NOT_SINGLE_ENTITY
field_9860
f_dmuphiad
TOO_MANY_ENTITIES_EXCEPTION
field_197098_a
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
b
ERROR_NOT_SINGLE_PLAYER
field_9864
f_qopieoxe
TOO_MANY_PLAYERS_EXCEPTION
field_197099_b
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
c
ERROR_ONLY_PLAYERS_ALLOWED
field_9861
f_pcbrprfu
PLAYER_SELECTOR_HAS_ENTITIES_EXCEPTION
field_197100_c
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
d
NO_ENTITIES_FOUND
field_9863
f_qvekzwbw
ENTITY_NOT_FOUND_EXCEPTION
field_197101_d
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
e
NO_PLAYERS_FOUND
field_9856
f_gbnkclid
PLAYER_NOT_FOUND_EXCEPTION
field_197102_e
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
f
ERROR_SELECTORS_NOT_ALLOWED
field_9862
f_uqfbemzk
NOT_ALLOWED_EXCEPTION
field_210323_f
private final boolean
h
single
field_9858
f_tkaucouc
singleTarget
field_197103_f
private final boolean
i
playersOnly
field_9857
f_oeahghjc
playersOnly
field_197104_g

Constructor summary

ModifierConstructor
protected (boolean singleTarget, boolean playersOnly)

Method summary

Modifier and TypeMethod
public static EntityArgument
a()
entity()
method_9309()
m_fqxazkvl()
entity()
func_197086_a()
public static Entity
a(com.mojang.brigadier.context.CommandContext<cz> arg0, String arg1)
getEntity(com.mojang.brigadier.context.CommandContext<CommandSourceStack> arg0, String arg1)
method_9313(com.mojang.brigadier.context.CommandContext<class_2168> arg0, String arg1)
m_zeqeevzd(com.mojang.brigadier.context.CommandContext<C_pennblrk> arg0, String arg1)
getEntity(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name)
func_197088_a(com.mojang.brigadier.context.CommandContext<CommandSource> arg0, String arg1)
public static EntityArgument
b()
entities()
method_9306()
m_vnxvkssj()
entities()
func_197093_b()
multipleEntities()
public static Collection<? extends Entity>
b(com.mojang.brigadier.context.CommandContext<cz> arg0, String arg1)
getEntities(com.mojang.brigadier.context.CommandContext<CommandSourceStack> arg0, String arg1)
method_9317(com.mojang.brigadier.context.CommandContext<class_2168> arg0, String arg1)
m_dwxafdpw(com.mojang.brigadier.context.CommandContext<C_pennblrk> arg0, String arg1)
getEntities(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name)
func_197097_b(com.mojang.brigadier.context.CommandContext<CommandSource> arg0, String arg1)
public static Collection<? extends Entity>
c(com.mojang.brigadier.context.CommandContext<cz> arg0, String arg1)
getOptionalEntities(com.mojang.brigadier.context.CommandContext<CommandSourceStack> arg0, String arg1)
method_9307(com.mojang.brigadier.context.CommandContext<class_2168> arg0, String arg1)
m_drkqbfzm(com.mojang.brigadier.context.CommandContext<C_pennblrk> arg0, String arg1)
getOptionalEntities(com.mojang.brigadier.context.CommandContext<ServerCommandSource> arg0, String arg1)
func_197087_c(com.mojang.brigadier.context.CommandContext<CommandSource> arg0, String arg1)
public static Collection<ServerPlayer>
d(com.mojang.brigadier.context.CommandContext<cz> arg0, String arg1)
getOptionalPlayers(com.mojang.brigadier.context.CommandContext<CommandSourceStack> arg0, String arg1)
method_9310(com.mojang.brigadier.context.CommandContext<class_2168> arg0, String arg1)
m_mleuekha(com.mojang.brigadier.context.CommandContext<C_pennblrk> arg0, String arg1)
getOptionalPlayers(com.mojang.brigadier.context.CommandContext<ServerCommandSource> arg0, String arg1)
func_201309_d(com.mojang.brigadier.context.CommandContext<CommandSource> arg0, String arg1)
public static EntityArgument
c()
player()
method_9305()
m_ifvdebbw()
player()
func_197096_c()
public static ServerPlayer
e(com.mojang.brigadier.context.CommandContext<cz> arg0, String arg1)
getPlayer(com.mojang.brigadier.context.CommandContext<CommandSourceStack> arg0, String arg1)
method_9315(com.mojang.brigadier.context.CommandContext<class_2168> arg0, String arg1)
m_kdnmsyah(com.mojang.brigadier.context.CommandContext<C_pennblrk> arg0, String arg1)
getPlayer(com.mojang.brigadier.context.CommandContext<ServerCommandSource> arg0, String arg1)
func_197089_d(com.mojang.brigadier.context.CommandContext<CommandSource> arg0, String arg1)
public static EntityArgument
d()
players()
method_9308()
m_vjqxnlod()
players()
func_197094_d()
public static Collection<ServerPlayer>
f(com.mojang.brigadier.context.CommandContext<cz> arg0, String arg1)
getPlayers(com.mojang.brigadier.context.CommandContext<CommandSourceStack> arg0, String arg1)
method_9312(com.mojang.brigadier.context.CommandContext<class_2168> arg0, String arg1)
m_pxjdogbj(com.mojang.brigadier.context.CommandContext<C_pennblrk> arg0, String arg1)
getPlayers(com.mojang.brigadier.context.CommandContext<ServerCommandSource> arg0, String arg1)
func_197090_e(com.mojang.brigadier.context.CommandContext<CommandSource> arg0, String arg1)
public EntitySelector
a(com.mojang.brigadier.StringReader arg0)
parse(com.mojang.brigadier.StringReader arg0)
method_9318(com.mojang.brigadier.StringReader arg0)
m_ttzqtgdy(com.mojang.brigadier.StringReader arg0)
parse(com.mojang.brigadier.StringReader arg0)
parse(com.mojang.brigadier.StringReader arg0)
public <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
listSuggestions(com.mojang.brigadier.context.CommandContext<S> arg0, com.mojang.brigadier.suggestion.SuggestionsBuilder arg1)
listSuggestions(com.mojang.brigadier.context.CommandContext<S> arg0, com.mojang.brigadier.suggestion.SuggestionsBuilder arg1)
listSuggestions(com.mojang.brigadier.context.CommandContext<S> arg0, com.mojang.brigadier.suggestion.SuggestionsBuilder arg1)
listSuggestions(com.mojang.brigadier.context.CommandContext<S> context, com.mojang.brigadier.suggestion.SuggestionsBuilder builder)
listSuggestions(com.mojang.brigadier.context.CommandContext<S> arg0, com.mojang.brigadier.suggestion.SuggestionsBuilder arg1)
public Collection<String>
getExamples()
getExamples()
getExamples()
getExamples()
getExamples()