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
FieldsModifier and TypeFieldDescriptionprotected static final inthow many creatures will be spawned.Fields inherited from class games.stendhal.server.core.engine.StendhalRPZone
collisionMap, protectionMapFields inherited from class marauroa.server.game.rp.MarauroaRPZone
objects, zoneid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGet 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, addPlantGrower, 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, getWeatherEntity, 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, removePlantGrower, removeZoneEnterExitListener, setAssociatedZones, setAttributes, setEntryPoint, setMoveToAllowed, setNoItemMoveMessage, setPosition, setPosition, setPublicAccessible, simpleCollides, toStringMethods inherited from class marauroa.server.game.rp.MarauroaRPZone
assignRPObjectID, get, getID, getPerception, has, hide, iterator, onFinish, onInit, print, reset, size, storeToDatabase, unhideMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
-
-
Constructor Details
-
AdventureIsland
-
-
Method Details
-
getCreatures
public int getCreatures()Get the number of monsters originally created on the zone- Returns:
- number of creatures
-