Package net.minecraft.command
Interface DataCommandObject
- All Known Implementing Classes:
BlockDataObject
,EntityDataObject
,StorageDataObject
public interface DataCommandObject
-
Method Summary
Modifier and Type Method Description Text
feedbackGet(NbtPathArgumentType.NbtPath nbtPath, double scale, int result)
Text
feedbackModify()
Text
feedbackQuery(Tag tag)
CompoundTag
getTag()
void
setTag(CompoundTag tag)
-
Method Details
-
setTag
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
getTag
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
feedbackModify
Text feedbackModify() -
feedbackQuery
-
feedbackGet
-