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 CompoundNBT
getData()
ITextComponent
getModifiedSuccess()
ITextComponent
getPrintSuccess(NBTPathArgument.NBTPath p_198922_1_, double p_198922_2_, int p_198922_4_)
ITextComponent
getPrintSuccess(INBT p_198924_1_)
void
setData(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_)
-
-