-
-
-
-
Methods in net.minecraft.server.command with parameters of type NbtPathArgumentType.NbtPath
| Modifier and Type |
Method |
Description |
private static int |
ExecuteCommand.countPathMatches(DataCommandObject object,
NbtPathArgumentType.NbtPath path) |
|
private static int |
DataCommand.executeGet(ServerCommandSource source,
DataCommandObject object,
NbtPathArgumentType.NbtPath path) |
|
private static int |
DataCommand.executeGet(ServerCommandSource source,
DataCommandObject object,
NbtPathArgumentType.NbtPath path,
double scale) |
|
private static int |
DataCommand.executeInsert(int integer,
NbtCompound sourceNbt,
NbtPathArgumentType.NbtPath path,
List<NbtElement> elements) |
|
private static int |
DataCommand.executeRemove(ServerCommandSource source,
DataCommandObject object,
NbtPathArgumentType.NbtPath path) |
|
private static ServerCommandSource |
ExecuteCommand.executeStoreData(ServerCommandSource source,
DataCommandObject object,
NbtPathArgumentType.NbtPath path,
IntFunction<NbtElement> nbtSetter,
boolean requestResult) |
|
private static NbtElement |
DataCommand.getNbt(NbtPathArgumentType.NbtPath path,
DataCommandObject object) |
|
int |
DataCommand.ModifyOperation.modify(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context,
NbtCompound sourceNbt,
NbtPathArgumentType.NbtPath path,
List<NbtElement> elements) |
|
-
Constructors in net.minecraft.text with parameters of type NbtPathArgumentType.NbtPath
| Constructor |
Description |
BlockNbtText(String rawPath,
NbtPathArgumentType.NbtPath path,
boolean interpret,
String rawPos,
@Nullable PosArgument pos) |
|
EntityNbtText(String rawPath,
NbtPathArgumentType.NbtPath path,
boolean interpret,
String rawSelector,
@Nullable EntitySelector selector) |
|
NbtText(String rawPath,
NbtPathArgumentType.NbtPath path,
boolean interpret) |
|
StorageNbtText(String rawPath,
NbtPathArgumentType.NbtPath path,
boolean interpret,
Identifier id) |
|