| Constructor and Description |
|---|
HoldingPatternPhase(EnderDragonEntity dragonIn) |
| Modifier and Type | Method and Description |
|---|---|
Vec3d |
getTargetLocation() |
PhaseType<HoldingPatternPhase> |
getType() |
void |
initPhase() |
void |
onCrystalDestroyed(EnderCrystalEntity crystal,
BlockPos pos,
DamageSource dmgSrc,
PlayerEntity plyr) |
void |
serverTick() |
clientTick, func_221113_a, getIsStationary, getMaxRiseOrFall, getYawFactor, removeAreaEffectpublic HoldingPatternPhase(EnderDragonEntity dragonIn)
public PhaseType<HoldingPatternPhase> getType()
public void serverTick()
serverTick in interface IPhaseserverTick in class Phasepublic void initPhase()
@Nullable public Vec3d getTargetLocation()
getTargetLocation in interface IPhasegetTargetLocation in class Phasepublic void onCrystalDestroyed(EnderCrystalEntity crystal, BlockPos pos, DamageSource dmgSrc, @Nullable PlayerEntity plyr)
onCrystalDestroyed in interface IPhaseonCrystalDestroyed in class Phase