Class SlimeCreature
java.lang.Object
games.stendhal.server.maps.ados.twilightzone.SlimeCreature
- All Implemented Interfaces:
ZoneConfigurator
Configure twilight zone to include a slime Creature which drops twilight elixir.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.
-
Constructor Details
-
SlimeCreature
public SlimeCreature()
-
-
Method Details
-
configureZone
Configure a zone.- Specified by:
configureZone
in interfaceZoneConfigurator
- Parameters:
zone
- The zone to be configured.attributes
- Configuration attributes.
-