Package xyz.gmitch215.socketmc.util
Class ReflectionUtil
java.lang.Object
xyz.gmitch215.socketmc.util.ReflectionUtil
Reflection utilities used client-side.
-
Method Summary
-
Method Details
-
apply
Applies all fields from the apply object to the target object.- Type Parameters:
T
- Type of the objects- Parameters:
target
- Target object to apply toapply
- Apply object to useclazz
- Class of the objects- Throws:
IllegalArgumentException
- If the class or objects are null
-