Package net.minecraft.command
Interface DataCommandObject
- All Known Implementing Classes:
BlockDataObject,EntityDataObject,StorageDataObject
public interface DataCommandObject
-
Method Summary
Modifier and Type Method Description TextfeedbackGet(NbtPathArgumentType.NbtPath path, double scale, int result)TextfeedbackModify()TextfeedbackQuery(NbtElement element)NbtCompoundgetNbt()voidsetNbt(NbtCompound nbt)
-
Method Details
-
setNbt
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
getNbt
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
feedbackModify
Text feedbackModify() -
feedbackQuery
-
feedbackGet
-