クラス ParametrizedMethod<T>
java.lang.Object
org.wcardinal.util.reflection.AbstractMethodWrapper<T>
org.wcardinal.util.reflection.MethodWrapper<T>
org.wcardinal.util.reflection.ParametrizedMethod<T>
- 直系の既知のサブクラス:
VoidParametrizedMethod
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明call
(MethodContainer container, TrackingData trackingData, MethodHook hook, Object instance, Object[] parameters) クラスから継承されたメソッド org.wcardinal.util.reflection.MethodWrapper
callUndecorated, init
クラスから継承されたメソッド org.wcardinal.util.reflection.AbstractMethodWrapper
getLockRequirement
-
コンストラクタの詳細
-
ParametrizedMethod
-
-
メソッドの詳細
-
call
public MethodResult<T> call(MethodContainer container, TrackingData trackingData, MethodHook hook, Object instance, Object[] parameters) - オーバーライド:
call
クラス内MethodWrapper<T>
-