Package | Description |
---|---|
net.minecraft.command.arguments | |
net.minecraft.util.text | |
net.minecraftforge.common.command | |
net.minecraftforge.debug.chat |
Modifier and Type | Field and Description |
---|---|
private EntitySelector |
ScoreHolderArgument.NameProvider.selector |
private EntitySelector |
MessageArgument.Part.selector |
private EntitySelector |
GameProfileArgument.ProfileProvider.selector |
Modifier and Type | Method and Description |
---|---|
EntitySelector |
EntitySelectorParser.build() |
EntitySelector |
EntitySelectorParser.parse() |
EntitySelector |
EntityArgument.parse(com.mojang.brigadier.StringReader p_parse_1_) |
Constructor and Description |
---|
NameProvider(EntitySelector selectorIn) |
Part(int startIn,
int endIn,
EntitySelector selectorIn) |
ProfileProvider(EntitySelector selectorIn) |
Modifier and Type | Field and Description |
---|---|
private EntitySelector |
SelectorTextComponent.field_197670_d |
private EntitySelector |
NBTTextComponent.Entity.field_218689_f |
private EntitySelector |
ScoreTextComponent.selector |
Modifier and Type | Method and Description |
---|---|
private static EntitySelector |
NBTTextComponent.Entity.func_218686_b(java.lang.String p_218686_0_) |
Constructor and Description |
---|
Entity(java.lang.String p_i51293_1_,
NBTPathArgument.NBTPath p_i51293_2_,
boolean p_i51293_3_,
java.lang.String p_i51293_4_,
EntitySelector p_i51293_5_) |
Modifier and Type | Method and Description |
---|---|
EntitySelector |
IEntitySelectorType.build(EntitySelectorParser parser)
Returns an
EntitySelector based on the given EntitySelectorParser . |
static EntitySelector |
EntitySelectorManager.parseSelector(EntitySelectorParser parser)
This method is called in
EntitySelectorParser.parse() If the REGISTRY does not contain a custom selector for the command being parsed, this method returns null and the vanilla logic in EntitySelectorParser.parseSelector() is used. |
Modifier and Type | Method and Description |
---|---|
EntitySelector |
EntitySelectorTest.ExampleCustomSelector.build(EntitySelectorParser parser) |