Package net.minecraft.command.impl.data
Interface IDataAccessor
- All Known Implementing Classes:
BlockDataAccessor
,EntityDataAccessor
,StorageAccessor
public interface IDataAccessor
-
Method Summary
Modifier and TypeMethodDescriptiongetData()
getPrintSuccess
(NBTPathArgument.NBTPath p_198922_1_, double p_198922_2_, int p_198922_4_) getPrintSuccess
(INBT p_198924_1_) void
setData
(CompoundNBT p_198925_1_)
-
Method Details
-
setData
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
getData
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
getModifiedSuccess
ITextComponent getModifiedSuccess() -
getPrintSuccess
-
getPrintSuccess
ITextComponent getPrintSuccess(NBTPathArgument.NBTPath p_198922_1_, double p_198922_2_, int p_198922_4_)
-