public class HologramManager extends PluginComponent
Constructor and Description |
---|
HologramManager(MythicMobs core,
CompatibilityManager compat) |
Modifier and Type | Method and Description |
---|---|
CastBar |
createCastBar(CastMechanic.CastTracker castTracker,
String castingText) |
HealthBar |
createHealthBar(ActiveMob activeMob) |
IHologram |
createHologram(String name,
AbstractLocation location) |
IHologram |
createHologram(String name,
AbstractLocation location,
String text) |
Nameplate |
createNameplate(ActiveMob activeMob) |
SpeechBubble |
createSpeechBubble(SkillCaster skillCaster) |
boolean |
isActive() |
void |
load(MythicMobs plugin) |
void |
unload() |
bind, close, doBinding, getPlugin, setup
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public HologramManager(MythicMobs core, CompatibilityManager compat)
public void load(MythicMobs plugin)
load
in class io.lumine.utils.plugin.PluginModule<MythicMobs>
public void unload()
unload
in class io.lumine.utils.plugin.PluginModule<MythicMobs>
public boolean isActive()
public IHologram createHologram(String name, AbstractLocation location)
public IHologram createHologram(String name, AbstractLocation location, String text)
public SpeechBubble createSpeechBubble(SkillCaster skillCaster)
public CastBar createCastBar(CastMechanic.CastTracker castTracker, String castingText)
Copyright © 2020. All rights reserved.