Class PassiveEntityRespawnPointFactory
java.lang.Object
games.stendhal.server.entity.mapstuff.spawner.PassiveEntityRespawnPointFactory
creates a PassiveEntityRespawnPoint.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic PassiveEntityRespawnPoint
create(String clazz, int type, IRPZone.ID id, int x, int y)
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
- classtype
- typeid
- zone idx
- xy
- y- Returns:
- PassiveEntityRespawnPoint or null in case some error occurred
-