Class AdventureIsland
java.lang.Object
marauroa.server.game.rp.MarauroaRPZone
games.stendhal.server.core.engine.StendhalRPZone
games.stendhal.server.maps.magic.house1.AdventureIsland
-
Nested Class Summary
Nested classes/interfaces inherited from interface marauroa.common.game.IRPZone
IRPZone.ID
-
Field Summary
Modifier and TypeFieldDescriptionprotected static int
how many creatures will be spawned.Fields inherited from class games.stendhal.server.core.engine.StendhalRPZone
collisionMap, protectionMap
Fields inherited from class marauroa.server.game.rp.MarauroaRPZone
objects, zoneid
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Get the number of monsters originally created on the zoneMethods inherited from class games.stendhal.server.core.engine.StendhalRPZone
add, add, add, add, addCollisionLayer, addLayer, addMovementListener, addProtectionLayer, addTilesets, addToPlayersAndFriends, addZoneEnterExitListener, assignPortalID, calculateDangerLevel, collides, collides, collides, collides, collidesObjects, collidesOnLine, containsAnimal, containsCreature, containsPlayer, createEntityAt, createLevelPortalAt, describe, describe, disallowIn, disallowIn, disallowOut, disallowOut, disAllowTeleport, disAllowTeleport, getAssociatedZones, getAssociatedZonesList, getAttributes, getBlood, getContents, getEntitiesAt, getEntitiesAt, getEntityAt, getFilteredEntities, getHeight, getHumanReadableName, getItemsOnGround, getLevel, getName, getNoItemMoveMessage, getNPCList, getPlantGrowers, getPlayerAndFriends, getPlayers, getPortal, getPortal, getPortals, getRespawnPointList, getSheepFoodList, getWidth, getX, getY, intersects, isEmpty, isInProtectionArea, isInterior, isMoveToAllowed, isPublicAccessible, isTeleportInAllowed, isTeleportOutAllowed, leavesZone, logic, modify, nextTurn, notifyBeforeMovement, notifyEntered, notifyExited, notifyMovement, notifyOnlinePlayers, onRemoved, placeObjectAtEntryPoint, populate, remove, remove, remove, removeMovementListener, removeZoneEnterExitListener, setAssociatedZones, setAttributes, setEntryPoint, setMoveToAllowed, setNoItemMoveMessage, setPosition, setPosition, setPublicAccessible, simpleCollides, toString
Methods inherited from class marauroa.server.game.rp.MarauroaRPZone
assignRPObjectID, get, getID, getPerception, has, hide, iterator, onFinish, onInit, print, reset, size, storeToDatabase, unhide
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
NUMBER_OF_CREATURES
protected static final int NUMBER_OF_CREATUREShow many creatures will be spawned.- See Also:
- Constant Field Values
-
-
Constructor Details
-
AdventureIsland
-
-
Method Details
-
getCreatures
public int getCreatures()Get the number of monsters originally created on the zone- Returns:
- number of creatures
-