#1340: Centralize the conversion from and to Minecraft / Bukkit registry items even more and add a test case for them
By: DerFrZocker <derrieple@gmail.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package org.bukkit.craftbukkit.util;
|
||||
|
||||
public interface Handleable<M> {
|
||||
|
||||
M getHandle();
|
||||
}
|
||||
Reference in New Issue
Block a user