public class StorageNbtSource extends java.lang.Object implements NbtDataSource
| Constructor and Description |
|---|
StorageNbtSource(net.lenni0451.mcstructs.core.Identifier id) |
| Modifier and Type | Method and Description |
|---|---|
StorageNbtSource |
copy() |
net.lenni0451.mcstructs.core.Identifier |
getId() |
StorageNbtSource |
setId(net.lenni0451.mcstructs.core.Identifier id)
Set the id of this component.
|
java.lang.String |
toString() |
public StorageNbtSource(net.lenni0451.mcstructs.core.Identifier id)
public net.lenni0451.mcstructs.core.Identifier getId()
public StorageNbtSource setId(net.lenni0451.mcstructs.core.Identifier id)
id - The idpublic StorageNbtSource copy()
copy in interface net.lenni0451.mcstructs.core.Copyable<NbtDataSource>public java.lang.String toString()
toString in class java.lang.Object