Uses of Interface
w.eventbus.AsmDispatchWriter
-
Uses of AsmDispatchWriter in w.eventbus
Methods in w.eventbus that return AsmDispatchWriterModifier and TypeMethodDescriptionstatic @NotNull AsmDispatchWriterAsmDispatchWriters.fromConsumer(@NotNull Consumer<?> consumer) Создать врайтер из консумера.static @NotNull AsmDispatchWriterAsmDispatchWriters.fromMethod(@Nullable Object owner, @NotNull Method method) Создать врайтер из метода.@NotNull AsmDispatchWriterRegisteredSubscription.getDispatchWriter()Получить врайтер байткода.Methods in w.eventbus with parameters of type AsmDispatchWriterModifier and TypeMethodDescriptionstatic @NotNull RegisteredSubscriptionImmutableRegisteredEventSubscription.create(@NotNull AsmDispatchWriter dispatchWriter, @Nullable Object owner, @NotNull Class<?> ownerType, @NotNull PostOrder postOrder, boolean ignoreCancelled, @NotNull Object namespace, @NotNull Set<Class<? extends Event>> events) Создать иммутабельную подписку на событияevents