Class LbaModCompatLoader
java.lang.Object
alexiil.mc.lib.attributes.misc.compat.mod.LbaModCompatLoader
- Direct Known Subclasses:
- DankItemInvCompatLoader
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected static Class<?>protected static booleanhasOldMethod(Class<?> cls, String name, Class<?>[] args, Class<?> ret)protected static voidrequireField(Class<?> cls, String name, Class<?> type)protected static voidrequireMethod(Class<?> cls, String name, Class<?>[] args, Class<?> ret)
- 
Constructor Details- 
LbaModCompatLoaderpublic LbaModCompatLoader()
 
- 
- 
Method Details- 
c- Throws:
- ClassNotFoundException
 
- 
requireFieldprotected static void requireField(Class<?> cls, String name, Class<?> type) throws ReflectiveOperationException- Throws:
- ReflectiveOperationException
 
- 
requireMethodprotected static void requireMethod(Class<?> cls, String name, Class<?>[] args, Class<?> ret) throws ReflectiveOperationException- Throws:
- ReflectiveOperationException
 
- 
hasOldMethod
 
-