Infusion ritual fix

This commit is contained in:
Aleksey 2020-11-10 20:49:26 +03:00
parent 28427f54a3
commit 1a412d08e3
6 changed files with 22 additions and 113 deletions

View file

@ -1,8 +0,0 @@
package ru.betterend.interfaces;
import net.minecraft.nbt.CompoundTag;
public interface CompoundSerializer<T> {
public abstract CompoundTag beToTag(CompoundTag tag);
public abstract T beFromTag(CompoundTag tag);
}