mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-23 02:25:27 +01:00
Deprecate MethodMapping class
I do not intend to update it to support another version. All implementations using it should be recoded and use the NMS modules instead if needed
This commit is contained in:
parent
43148032a2
commit
5c15d66415
@ -5,6 +5,7 @@ import org.bukkit.inventory.ItemStack;
|
||||
|
||||
import java.lang.reflect.Method;
|
||||
|
||||
@Deprecated
|
||||
public enum MethodMapping {
|
||||
MC_ITEM_STACK__GET_TAG("getTag", "getTag", "s", "t", "u"),
|
||||
MC_ITEM_STACK__SET_TAG("setTag", "setTag", "c", "c", "c", ClassMapping.NBT_TAG_COMPOUND.getClazz()),
|
||||
|
Loading…
Reference in New Issue
Block a user