Package net.minecraft.command.impl.data
Interface IDataAccessor
-
- All Known Implementing Classes:
BlockDataAccessor,EntityDataAccessor,StorageAccessor
public interface IDataAccessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompoundNBTgetData()ITextComponentgetModifiedSuccess()ITextComponentgetPrintSuccess(NBTPathArgument.NBTPath p_198922_1_, double p_198922_2_, int p_198922_4_)ITextComponentgetPrintSuccess(INBT p_198924_1_)voidsetData(CompoundNBT p_198925_1_)
-
-
-
Method Detail
-
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_)
-
-