-
-
Methods in net.minecraft.server.command with parameters of type DataCommandObject
Modifier and Type |
Method |
Description |
private static int |
ExecuteCommand.countPathMatches(DataCommandObject object,
NbtPathArgumentType.NbtPath path) |
|
private static int |
DataCommand.executeGet(ServerCommandSource source,
DataCommandObject object) |
|
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.executeMerge(ServerCommandSource source,
DataCommandObject object,
NbtCompound nbt) |
|
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) |
|