public abstract class BukkitEntityType extends MythicEntity
Constructor and Description |
---|
BukkitEntityType() |
Modifier and Type | Method and Description |
---|---|
abstract org.bukkit.entity.Entity |
applyOptions(org.bukkit.entity.Entity e) |
abstract boolean |
compare(org.bukkit.entity.Entity e) |
static BukkitEntityType |
getMythicEntity(MythicEntityType entityType) |
static BukkitEntityType |
getMythicEntity(MythicMob mm) |
static BukkitEntityType |
getMythicEntity(String s) |
AbstractEntity |
spawn(AbstractLocation location,
SpawnReason reason) |
abstract org.bukkit.entity.Entity |
spawn(org.bukkit.Location location,
SpawnReason reason) |
AbstractEntity |
spawnBaseEntity(AbstractLocation location,
SpawnReason reason) |
protected org.bukkit.entity.Entity |
spawnEntity(org.bukkit.Location location,
org.bukkit.entity.EntityType type,
SpawnReason reason) |
getHealthbarOffset, getHeight, instantiate
public AbstractEntity spawn(AbstractLocation location, SpawnReason reason)
spawn
in class MythicEntity
public AbstractEntity spawnBaseEntity(AbstractLocation location, SpawnReason reason)
spawnBaseEntity
in class MythicEntity
public abstract org.bukkit.entity.Entity spawn(org.bukkit.Location location, SpawnReason reason)
protected org.bukkit.entity.Entity spawnEntity(org.bukkit.Location location, org.bukkit.entity.EntityType type, SpawnReason reason)
public abstract org.bukkit.entity.Entity applyOptions(org.bukkit.entity.Entity e)
public abstract boolean compare(org.bukkit.entity.Entity e)
public static BukkitEntityType getMythicEntity(MythicMob mm)
public static BukkitEntityType getMythicEntity(String s)
public static BukkitEntityType getMythicEntity(MythicEntityType entityType)
Copyright © 2020. All rights reserved.