Class FertileGrounds

java.lang.Object
games.stendhal.server.maps.semos.city.FertileGrounds
All Implemented Interfaces:
ZoneConfigurator

public class FertileGrounds extends Object implements ZoneConfigurator
Configures ground to be fertile in zone. usage in zones.xml.

example to create an area at (15,25) with widht of 10 and height of 20

<configurator class-name="games.stendhal.server.maps.semos.city.FertileGrounds" >

<parameter name="x">15</parameter>

<parameter name="y">25</parameter>

<parameter name="width">10</parameter> <

<parameter name="height">20</parameter>

<parameter name="name">allotmentName</parameter>

</configurator>

  • Constructor Details

    • FertileGrounds

      public FertileGrounds()
  • Method Details