Class CustomPipelineUtil
java.lang.Object
io.github.retrooper.packetevents.sponge.util.viaversion.CustomPipelineUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncallDecode
(Object decoder, Object ctx, Object input) static void
callEncode
(Object encoder, Object ctx, Object msg, Object output) callMTMDecode
(Object decoder, Object ctx, Object msg) callMTMEncode
(Object encoder, Object ctx, Object msg) static void
init()
-
Constructor Details
-
CustomPipelineUtil
public CustomPipelineUtil()
-
-
Method Details
-
init
public static void init() -
callDecode
public static List<Object> callDecode(Object decoder, Object ctx, Object input) throws InvocationTargetException - Throws:
InvocationTargetException
-
callEncode
public static void callEncode(Object encoder, Object ctx, Object msg, Object output) throws InvocationTargetException - Throws:
InvocationTargetException
-
callMTMEncode
-
callMTMDecode
public static List<Object> callMTMDecode(Object decoder, Object ctx, Object msg) throws InvocationTargetException - Throws:
InvocationTargetException
-