JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Module
net.neoforged.bus
Package
net.neoforged.bus.api
Annotation Interface Event.HasResult
Enclosing class:
Event
@Deprecated
(
forRemoval
=true)
@Retention
(
RUNTIME
)
@Target
(
TYPE
)
public static @interface
Event.HasResult
Deprecated, for removal: This API element is subject to removal in a future version.
Use a custom type and custom methods appropriate for your event, instead of the overly general
Event.Result
enum.
Event.getResult()
and
Event.setResult(Result)
will be removed in a future version.
Event.Resultenum.Event.getResult()andEvent.setResult(Result)will be removed in a future version.