Package | Description |
---|---|
buildcraft.api.transport.pipe | |
buildcraft.transport.pipe |
Modifier and Type | Method and Description |
---|---|
static PipeEventPriority |
PipeEventPriority.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PipeEventPriority[] |
PipeEventPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Handler(PipeEventPriority priority,
boolean receiveCanceled,
boolean isStatic,
java.lang.String methodName,
java.lang.invoke.MethodHandle handle,
java.lang.Class<?> eventClassHandled) |
LocalHandler(PipeEventPriority priority,
boolean receiveCanceled,
java.lang.Object target,
java.lang.String methodName,
java.lang.Class<?> classHandled,
java.lang.invoke.MethodHandle handle) |