public class PhaseManager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private EntityDragon |
dragon |
private static org.apache.logging.log4j.Logger |
LOGGER |
private IPhase |
phase |
private IPhase[] |
phases |
Constructor and Description |
---|
PhaseManager(EntityDragon dragonIn) |
Modifier and Type | Method and Description |
---|---|
IPhase |
getCurrentPhase() |
<T extends IPhase> |
getPhase(PhaseList<T> phaseIn) |
void |
setPhase(PhaseList<?> phaseIn) |
private static final org.apache.logging.log4j.Logger LOGGER
private final EntityDragon dragon
private final IPhase[] phases
private IPhase phase
public PhaseManager(EntityDragon dragonIn)