Merge and fix
This commit is contained in:
parent
b91c85529d
commit
ce9f4add97
548 changed files with 17517 additions and 16862 deletions
|
@ -1,8 +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);
|
||||
}
|
||||
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