Package net.minecraft.modding.api.event
Interface CancellableEvent
-
- All Known Implementing Classes:
AbstractCancellableClientPhasedEvent,ClientFrameEvent,ClientTickEvent
public interface CancellableEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidcancel()booleanisCancelled()voidsetCancelled(boolean cancelled)
-