Class RentedSignList
java.lang.Object
games.stendhal.server.entity.mapstuff.office.StorableEntityList<RentedSign>
games.stendhal.server.entity.mapstuff.office.RentedSignList
- All Implemented Interfaces:
TurnListener
A list of RentedSign as frontend for the zone storage.
- Author:
- hendrik
-
Constructor Summary
ConstructorDescriptionRentedSignList(StendhalRPZone zone, Shape shape)
Creates a new RentedSignList. -
Method Summary
Modifier and TypeMethodDescriptiongetName(RentedSign rentedSign)
protected boolean
shouldExpire(RentedSign entity)
Methods inherited from class games.stendhal.server.entity.mapstuff.office.StorableEntityList
add, getByName, getList, onTurnReached, removeByName, setupTurnNotifier
-
Constructor Details
-
RentedSignList
Creates a new RentedSignList.- Parameters:
zone
- zone to store the rented signs inshape
-
-
-
Method Details
-
getName
- Specified by:
getName
in classStorableEntityList<RentedSign>
-
shouldExpire
- Overrides:
shouldExpire
in classStorableEntityList<RentedSign>
-