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 nbtPath, double scale, int result)TextfeedbackModify()TextfeedbackQuery(Tag tag)CompoundTaggetTag()voidsetTag(CompoundTag tag)
-
Method Details
-
setTag
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
getTag
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
feedbackModify
Text feedbackModify() -
feedbackQuery
-
feedbackGet
-