Interface DataCommandObject

All Known Implementing Classes:
BlockDataObject, EntityDataObject, StorageDataObject

public interface DataCommandObject
  • Method Details

    • setTag

      void setTag​(CompoundTag tag) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getTag

      CompoundTag getTag() throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • feedbackModify

      Text feedbackModify()
    • feedbackQuery

      Text feedbackQuery​(Tag tag)
    • feedbackGet

      Text feedbackGet​(NbtPathArgumentType.NbtPath nbtPath, double scale, int result)