WIP: infusion
This commit is contained in:
parent
e96d06337e
commit
437e8d9cdc
6 changed files with 306 additions and 23 deletions
|
@ -0,0 +1,8 @@
|
|||
package ru.betterend.interfaces;
|
||||
|
||||
import net.minecraft.nbt.CompoundTag;
|
||||
|
||||
public interface CompoundSerializer<T> {
|
||||
public abstract CompoundTag toTag(CompoundTag tag);
|
||||
public abstract T fromTag(CompoundTag tag);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue