net.minecraft.command.argument

public class EntityArgument

implements ArgumentType<EntitySelector>

cl
net.minecraft.class_2186
net.minecraft.command.argument.EntityArgument
net.minecraft.command.arguments.EntityArgument
net.minecraft.command.arguments.EntityArgument

Field summary

Modifier and TypeField
private static final Collection<String>
g
field_9859
EXAMPLES
field_201310_f
field_201310_f
public static final SimpleCommandExceptionType
a
field_9860
TOO_MANY_ENTITIES_EXCEPTION
field_197098_a
field_197098_a
public static final SimpleCommandExceptionType
b
field_9864
TOO_MANY_PLAYERS_EXCEPTION
field_197099_b
field_197099_b
public static final SimpleCommandExceptionType
c
field_9861
NOT_PLAYER_EXCEPTION
field_197100_c
field_197100_c
public static final SimpleCommandExceptionType
d
field_9863
ENTITY_NOT_FOUND_EXCEPTION
field_197101_d
field_197101_d
public static final SimpleCommandExceptionType
e
field_9856
PLAYER_NOT_FOUND_EXCEPTION
field_197102_e
field_197102_e
public static final SimpleCommandExceptionType
f
field_9862
SELECTOR_NOT_ALLOWED_EXCEPTION
field_210323_f
field_210323_f
private final boolean
h
field_9858
single
field_197103_f
field_197103_f
private final boolean
i
field_9857
players
field_197104_g
field_197104_g

Constructor summary

ModifierConstructor
protected (boolean single, boolean players)

Method summary

Modifier and TypeMethod
public static EntityArgument
a()
method_9309()
entity()
func_197086_a()
entity()
public static Entity
a(CommandContext<cd> arg0, String arg1)
method_9313(com.mojang.brigadier.context.CommandContext<class_2168> arg0, String arg1)
getEntity(com.mojang.brigadier.context.CommandContext<CommandSourceStack> ctx, String arg)
func_197088_a(com.mojang.brigadier.context.CommandContext<CommandSource> arg0, String arg1)
getEntity(com.mojang.brigadier.context.CommandContext<CommandSource> context, String name)
public static EntityArgument
b()
method_9306()
entities()
func_197093_b()
entities()
public static Collection<? extends Entity>
b(CommandContext<cd> arg0, String arg1)
method_9317(com.mojang.brigadier.context.CommandContext<class_2168> arg0, String arg1)
getEntities(com.mojang.brigadier.context.CommandContext<CommandSourceStack> ctx, String arg)
func_197097_b(com.mojang.brigadier.context.CommandContext<CommandSource> arg0, String arg1)
getEntities(com.mojang.brigadier.context.CommandContext<CommandSource> context, String name)
public static Collection<? extends Entity>
c(CommandContext<cd> arg0, String arg1)
method_9307(com.mojang.brigadier.context.CommandContext<class_2168> arg0, String arg1)
getOptionalEntities(com.mojang.brigadier.context.CommandContext<CommandSourceStack> ctx, String arg)
func_197087_c(com.mojang.brigadier.context.CommandContext<CommandSource> arg0, String arg1)
getEntitiesAllowingNone(com.mojang.brigadier.context.CommandContext<CommandSource> context, String name)
public static Collection<ServerPlayerEntity>
d(CommandContext<cd> arg0, String arg1)
method_9310(com.mojang.brigadier.context.CommandContext<class_2168> arg0, String arg1)
getOptionalPlayers(com.mojang.brigadier.context.CommandContext<CommandSourceStack> ctx, String arg)
func_201309_d(com.mojang.brigadier.context.CommandContext<CommandSource> arg0, String arg1)
getPlayersAllowingNone(com.mojang.brigadier.context.CommandContext<CommandSource> context, String name)
public static EntityArgument
c()
method_9305()
player()
func_197096_c()
player()
public static ServerPlayerEntity
e(CommandContext<cd> arg0, String arg1)
method_9315(com.mojang.brigadier.context.CommandContext<class_2168> arg0, String arg1)
getPlayer(com.mojang.brigadier.context.CommandContext<CommandSourceStack> ctx, String arg)
func_197089_d(com.mojang.brigadier.context.CommandContext<CommandSource> arg0, String arg1)
getPlayer(com.mojang.brigadier.context.CommandContext<CommandSource> context, String name)
public static EntityArgument
d()
method_9308()
players()
func_197094_d()
players()
public static Collection<ServerPlayerEntity>
f(CommandContext<cd> arg0, String arg1)
method_9312(com.mojang.brigadier.context.CommandContext<class_2168> arg0, String arg1)
getPlayers(com.mojang.brigadier.context.CommandContext<CommandSourceStack> ctx, String arg)
func_197090_e(com.mojang.brigadier.context.CommandContext<CommandSource> arg0, String arg1)
getPlayers(com.mojang.brigadier.context.CommandContext<CommandSource> context, String name)
public EntitySelector
a(StringReader arg0)
method_9318(com.mojang.brigadier.StringReader arg0)
parse(com.mojang.brigadier.StringReader reader)
parse(com.mojang.brigadier.StringReader arg0)
parse(com.mojang.brigadier.StringReader arg0)
public <S> CompletableFuture<Suggestions>
listSuggestions(CommandContext<S> arg0, SuggestionsBuilder arg1)
listSuggestions(com.mojang.brigadier.context.CommandContext<S> arg0, com.mojang.brigadier.suggestion.SuggestionsBuilder arg1)
public Collection<String>
getExamples()
getExamples()