public interface ServerInterface
Modifier and Type | Method and Description |
---|---|
AbstractBossBar |
createBossBar(String title,
AbstractBossBar.BarColor color,
AbstractBossBar.BarStyle style) |
void |
dispatchCommand(String s) |
AbstractEntity |
getEntity(UUID uuid) |
MythicEntityType |
getMythicEntityType(org.bukkit.entity.Entity e) |
List<AbstractPlayer> |
getOnlinePlayers() |
AbstractPlayer |
getPlayer(String name) |
AbstractPlayer |
getPlayer(UUID uuid) |
AbstractWorld |
getWorld(String world) |
AbstractWorld |
getWorld(UUID uuid) |
List<AbstractWorld> |
getWorlds() |
void |
handleMobDespawnEvent(ActiveMob mob) |
boolean |
isValidBiome(Object o) |
AbstractLocation |
newLocation(AbstractWorld w,
double x,
double y,
double z) |
List<AbstractWorld> getWorlds()
void dispatchCommand(String s)
List<AbstractPlayer> getOnlinePlayers()
AbstractLocation newLocation(AbstractWorld w, double x, double y, double z)
AbstractWorld getWorld(String world)
boolean isValidBiome(Object o)
AbstractBossBar createBossBar(String title, AbstractBossBar.BarColor color, AbstractBossBar.BarStyle style)
AbstractPlayer getPlayer(UUID uuid)
AbstractPlayer getPlayer(String name)
AbstractEntity getEntity(UUID uuid)
AbstractWorld getWorld(UUID uuid)
void handleMobDespawnEvent(ActiveMob mob)
MythicEntityType getMythicEntityType(org.bukkit.entity.Entity e)
Copyright © 2020. All rights reserved.