Class AbstractGoalEvent
- java.lang.Object
- 
- org.spongepowered.api.event.impl.AbstractEvent
- 
- org.spongepowered.api.event.impl.entity.ai.goal.AbstractGoalEvent
 
 
- 
- All Implemented Interfaces:
- Cancellable,- GoalEvent,- Event
 
 public abstract class AbstractGoalEvent extends AbstractEvent implements GoalEvent 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.spongepowered.api.event.entity.ai.goal.GoalEventGoalEvent.Add, GoalEvent.Remove
 
- 
 - 
Field Summary- 
Fields inherited from class org.spongepowered.api.event.impl.AbstractEventcurrentOrder
 
- 
 - 
Constructor SummaryConstructors Constructor Description AbstractGoalEvent()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()Called once all fields have been set by the generated constructor in a subclass.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.spongepowered.api.event.CancellableisCancelled, setCancelled
 
- 
 
- 
- 
- 
Method Detail- 
initpublic void init() Description copied from class:AbstractEventCalled once all fields have been set by the generated constructor in a subclass.This method should be used to initialize any fields that depend on parameters passed to the constructor. - Overrides:
- initin class- AbstractEvent
 
 
- 
 
-