Interface IStorageData
- All Known Implementing Classes:
BlockPosData,MetarStorageData,RadarStorageData,StorageData,WSRStorageData
public interface IStorageData
The interface defining Storage Data such as
For method definitions, see
RadarStorageData
For method definitions, see
StorageData- Since:
- 0.15.3.3
- See Also:
-
Method Details
-
getId
net.minecraft.resources.ResourceLocation getId() -
getPos
net.minecraft.core.BlockPos getPos() -
serializeToNBT
net.minecraft.nbt.CompoundTag serializeToNBT()
-