added Mapper interface
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
package mc.core.network.proto_1_12_2.serializers;
|
||||||
|
|
||||||
|
public interface Mapper<F, T> {
|
||||||
|
T mapping(F fromObject);
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user