Package com.binaris.wizardry.core.event
Interface IWizardryEvent
- All Known Implementing Classes:
EBClientTickEvent,EBDiscoverSpellEvent,EBEntityJoinLevelEvent,EBItemPlaceInContainerEvent,EBItemTossEvent,EBLivingDeathEvent,EBLivingHurtEvent,EBLivingTick,EBPlayerBreakBlockEvent,EBPlayerInteractEntityEvent,EBPlayerJoinServerEvent,EBPlayerUseBlockEvent,EBServerLevelLoadEvent,SpellBindEvent,SpellCastEvent,SpellCastEvent.Finish,SpellCastEvent.Post,SpellCastEvent.Pre,SpellCastEvent.Tick,WizardryCancelableEvent,WizardryEvent
public interface IWizardryEvent
Internal use for Electroblob's Wizardry
Base interface to create
You don't need to use or access to this interface, this could help you if you want to make events for you mod
Base interface to create
WizardryCancelableEvent
and WizardryEvent
You don't need to use or access to this interface, this could help you if you want to make events for you mod
-
Method Summary
-
Method Details
-
isCanceled
boolean isCanceled() -
setCanceled
void setCanceled(boolean cancel) -
canBeCanceled
boolean canBeCanceled()
-