Package org.misaka.internal
Class MisakaRegistryAggregator
java.lang.Object
org.misaka.internal.MisakaRegistryAggregator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<Function<Object, IFutureHandlerInvoker>> getInstanceInvokerFactoriesFor(Class<?> targetClass) static List<Function<Object, IPacketListener>> getInstanceListenerFactoriesFor(Class<?> targetClass) static List<IFutureHandlerInvoker> getStaticInvokersFor(Class<?> targetClass) static List<IPacketListener> getStaticListenersFor(Class<?> targetClass)
-
Constructor Details
-
MisakaRegistryAggregator
public MisakaRegistryAggregator()
-
-
Method Details
-
getStaticListenersFor
-
getInstanceListenerFactoriesFor
public static List<Function<Object,IPacketListener>> getInstanceListenerFactoriesFor(Class<?> targetClass) -
getStaticInvokersFor
-
getInstanceInvokerFactoriesFor
public static List<Function<Object,IFutureHandlerInvoker>> getInstanceInvokerFactoriesFor(Class<?> targetClass)
-