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