Class PassiveEntityRespawnPointFactory

java.lang.Object
games.stendhal.server.entity.mapstuff.spawner.PassiveEntityRespawnPointFactory

public class PassiveEntityRespawnPointFactory extends Object
creates a PassiveEntityRespawnPoint.
  • Constructor Details

    • PassiveEntityRespawnPointFactory

      public PassiveEntityRespawnPointFactory()
  • Method Details

    • create

      public static PassiveEntityRespawnPoint create(String clazz, int type, IRPZone.ID id, int x, int y)
      creates a PassiveEntityRespawnPoint.
      Parameters:
      clazz - class
      type - type
      id - zone id
      x - x
      y - y
      Returns:
      PassiveEntityRespawnPoint or null in case some error occurred