Class MythicMobsBridge
java.lang.Object
dev.crafty.core.bridge.mobs.mythicmobs.MythicMobsBridge
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.crafty.core.bridge.Bridge
pluginEnabled
Methods inherited from interface dev.crafty.core.bridge.mobs.MobBridge
bridgeName, spawnMob, spawnMob
-
Constructor Details
-
MythicMobsBridge
public MythicMobsBridge()
-
-
Method Details
-
spawnMob
public Optional<org.bukkit.entity.Entity> spawnMob(String mobName, Point3d location, String world, int level) Description copied from interface:MobBridge
Spawns a mob with the given name at the specifiedPoint3d
location. -
getName
Description copied from interface:Bridge
Returns the unique name of this bridge instance. -
canRegister
public boolean canRegister()Description copied from interface:Bridge
Checks if this bridge can be registered.- Specified by:
canRegister
in interfaceBridge
- Returns:
- true if the bridge can be registered, false otherwise
-