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, waitMethods inherited from interface dev.crafty.core.bridge.Bridge
pluginEnabledMethods inherited from interface dev.crafty.core.bridge.mobs.MobBridge
bridgeName, spawnMob
-
Constructor Details
-
MythicMobsBridge
public MythicMobsBridge()
-
-
Method Details
-
spawnMob
public Optional<org.bukkit.entity.Entity> spawnMob(String mobName, org.bukkit.Location location, String world, int level) Description copied from interface:MobBridgeSpawns a mob with the given name at the specifiedLocationlocation. -
getName
Description copied from interface:BridgeReturns the unique name of this bridge instance. -
canRegister
public boolean canRegister()Description copied from interface:BridgeChecks if this bridge can be registered.- Specified by:
canRegisterin interfaceBridge- Returns:
- true if the bridge can be registered, false otherwise
-