Class CallbackInfo
- java.lang.Object
-
- org.spongepowered.asm.mixin.injection.callback.CallbackInfo
-
- Direct Known Subclasses:
CallbackInfoReturnable
public class CallbackInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CallbackInfo(java.lang.String name, boolean cancellable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcancel()java.lang.StringgetId()booleanisCancellable()booleanisCancelled()
-
-
-
Method Detail
-
getId
@NotNull public java.lang.String getId()
-
cancel
public void cancel() throws CancellationException- Throws:
CancellationException
-
isCancellable
public final boolean isCancellable()
-
isCancelled
public final boolean isCancelled()
-
-