Uses of Enum Class
w.eventbus.PostOrder
-
Uses of PostOrder in w.eventbus
Methods in w.eventbus that return PostOrderModifier and TypeMethodDescription@NotNull PostOrderRegisteredSubscription.getPostOrder()Получить порядок выполнения.static PostOrderReturns the enum constant of this class with the specified name.static PostOrder[]PostOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in w.eventbus with parameters of type PostOrderModifier 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<E extends Event>
@NotNull RegisteredSubscriptionEventBus.register(@NotNull Class<E> type, @NotNull PostOrder order, @NotNull Consumer<@NotNull E> subscription) Зарегистрировать подписку на событие.<E extends Event>
@NotNull RegisteredSubscriptionEventBus.register(@NotNull Object namespace, @NotNull Class<E> type, @NotNull PostOrder order, @NotNull Consumer<@NotNull E> subscription) Зарегистрировать подписку на событие.<E extends Event>
@NotNull RegisteredSubscriptionSimpleEventBus.register(@NotNull Class<E> type, @NotNull PostOrder order, @NotNull Consumer<@NotNull E> subscription) <E extends Event>
@NotNull RegisteredSubscriptionSimpleEventBus.register(@NotNull Object namespace, @NotNull Class<E> type, @NotNull PostOrder order, @NotNull Consumer<@NotNull E> subscription)