net.minecraft.command.argument

public class EntityArgument

implements ArgumentType<EntitySelector>

cb
net.minecraft.class_4062
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_19710
EXAMPLES
field_201310_f
EXAMPLES
public static final SimpleCommandExceptionType
a
field_19704
TOO_MANY_ENTITIES_EXCEPTION
field_197098_a
TOO_MANY_ENTITIES
public static final SimpleCommandExceptionType
b
field_19705
TOO_MANY_PLAYERS_EXCEPTION
field_197099_b
TOO_MANY_PLAYERS
public static final SimpleCommandExceptionType
c
field_19706
NOT_PLAYER_EXCEPTION
field_197100_c
ONLY_PLAYERS_ALLOWED
public static final SimpleCommandExceptionType
d
field_19707
ENTITY_NOT_FOUND_EXCEPTION
field_197101_d
ENTITY_NOT_FOUND
public static final SimpleCommandExceptionType
e
field_19708
PLAYER_NOT_FOUND_EXCEPTION
field_197102_e
PLAYER_NOT_FOUND
public static final SimpleCommandExceptionType
f
field_19709
SELECTOR_NOT_ALLOWED_EXCEPTION
field_210323_f
SELECTOR_NOT_ALLOWED
private final boolean
h
field_19711
single
field_197103_f
single
private final boolean
i
field_19712
players
field_197104_g
playersOnly

Constructor summary

ModifierConstructor
protected (boolean single, boolean players)

Method summary

Modifier and TypeMethod
public static EntityArgument
a()
method_17894()
entity()
func_197086_a()
entity()
public static Entity
a(CommandContext<bu> arg0, String arg1)
method_17898(com.mojang.brigadier.context.CommandContext<class_3915> 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_17899()
entities()
func_197093_b()
entities()
public static Collection<? extends Entity>
b(CommandContext<bu> arg0, String arg1)
method_17901(com.mojang.brigadier.context.CommandContext<class_3915> 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<bu> arg0, String arg1)
method_17903(com.mojang.brigadier.context.CommandContext<class_3915> 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<bu> arg0, String arg1)
method_17905(com.mojang.brigadier.context.CommandContext<class_3915> 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_17902()
player()
func_197096_c()
player()
public static ServerPlayerEntity
e(CommandContext<bu> arg0, String arg1)
method_17906(com.mojang.brigadier.context.CommandContext<class_3915> 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_17904()
players()
func_197094_d()
players()
public static Collection<ServerPlayerEntity>
f(CommandContext<bu> arg0, String arg1)
method_17907(com.mojang.brigadier.context.CommandContext<class_3915> 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_17897(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)
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)
public Collection<String>
getExamples()
getExamples()
getExamples()
getExamples()