2731
This commit is contained in:
parent
fa9cd98b5a
commit
abb9b5102f
65 changed files with 0 additions and 0 deletions
10
ToAddBack/partSystem/IPartDesc.java
Normal file
10
ToAddBack/partSystem/IPartDesc.java
Normal file
|
@ -0,0 +1,10 @@
|
|||
package techreborn.partSystem;
|
||||
|
||||
import net.minecraft.nbt.NBTTagCompound;
|
||||
|
||||
public interface IPartDesc {
|
||||
|
||||
public void readDesc(NBTTagCompound tagCompound);
|
||||
|
||||
public void writeDesc(NBTTagCompound tagCompound);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue