Interface IDataAccessor

All Known Implementing Classes:
BlockDataAccessor, EntityDataAccessor, StorageAccessor

public interface IDataAccessor
  • Method Details

    • setData

      void setData(CompoundNBT p_198925_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getData

      CompoundNBT getData() throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getModifiedSuccess

      ITextComponent getModifiedSuccess()
    • getPrintSuccess

      ITextComponent getPrintSuccess(INBT p_198924_1_)
    • getPrintSuccess

      ITextComponent getPrintSuccess(NBTPathArgument.NBTPath p_198922_1_, double p_198922_2_, int p_198922_4_)