public abstract class MythicEntity extends Object
Constructor and Description |
---|
MythicEntity() |
Modifier and Type | Method and Description |
---|---|
double |
getHealthbarOffset() |
int |
getHeight() |
abstract void |
instantiate(MythicConfig mc) |
abstract AbstractEntity |
spawn(AbstractLocation location,
SpawnReason reason) |
abstract AbstractEntity |
spawnBaseEntity(AbstractLocation location,
SpawnReason reason) |
public abstract void instantiate(MythicConfig mc)
public abstract AbstractEntity spawn(AbstractLocation location, SpawnReason reason)
public abstract AbstractEntity spawnBaseEntity(AbstractLocation location, SpawnReason reason)
public int getHeight()
public double getHealthbarOffset()
Copyright © 2020. All rights reserved.