Class MythicMobsBridge

java.lang.Object
dev.crafty.core.bridge.mobs.mythicmobs.MythicMobsBridge
All Implemented Interfaces:
Bridge, MobBridge

public class MythicMobsBridge extends Object implements MobBridge
  • 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 specified Point3d location.
      Specified by:
      spawnMob in interface MobBridge
      Parameters:
      mobName - the name of the mob to spawn
      location - the 3D point where the mob should be spawned
    • getName

      public String getName()
      Description copied from interface: Bridge
      Returns the unique name of this bridge instance.
      Specified by:
      getName in interface Bridge
      Returns:
      the name of the bridge
    • canRegister

      public boolean canRegister()
      Description copied from interface: Bridge
      Checks if this bridge can be registered.
      Specified by:
      canRegister in interface Bridge
      Returns:
      true if the bridge can be registered, false otherwise