Class BattleStartedEvent.Post
java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.events.battles.BattleEvent
com.pixelmonmod.pixelmon.api.events.battles.BattleStartedEvent
com.pixelmonmod.pixelmon.api.events.battles.BattleStartedEvent.Post
- Enclosing class:
- BattleStartedEvent
Fired after the battle has been registered and begun.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.pixelmonmod.pixelmon.api.events.battles.BattleStartedEvent
BattleStartedEvent.Post, BattleStartedEvent.Pre
Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
-
Field Summary
Fields inherited from class com.pixelmonmod.pixelmon.api.events.battles.BattleStartedEvent
teamOne, teamTwo
Fields inherited from class com.pixelmonmod.pixelmon.api.events.battles.BattleEvent
battleController
-
Constructor Summary
ConstructorDescriptionPost
(BattleController bc, BattleParticipant[] team1, BattleParticipant[] team2) -
Method Summary
Methods inherited from class com.pixelmonmod.pixelmon.api.events.battles.BattleStartedEvent
getTeamOne, getTeamTwo
Methods inherited from class com.pixelmonmod.pixelmon.api.events.battles.BattleEvent
getBattleController
Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
Constructor Details
-
Post
-