Infusion crafting
This commit is contained in:
parent
beab6ce10a
commit
16039bcb47
8 changed files with 48 additions and 19 deletions
|
@ -3,6 +3,6 @@ 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);
|
||||
public abstract CompoundTag beToTag(CompoundTag tag);
|
||||
public abstract T beFromTag(CompoundTag tag);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue