Serialisierte Form
- 
Package com.botwAdventureOnline- 
Klasse com.botwAdventureOnline.Bokoblinclass Bokoblin extends Monster implements Serializable
- 
Klasse com.botwAdventureOnline.Characterclass Character extends Object implements Serializable- 
Serialisierte Felder- 
adint ad Attack damage outgoing from the Character
- 
hpint hp Health Points of the Character
- 
nameString name Name of the Character
 
- 
 
- 
- 
Klasse com.botwAdventureOnline.ExperiencePotionclass ExperiencePotion extends Potion implements Serializable
- 
Klasse com.botwAdventureOnline.Fieldclass Field extends Object implements Serializable
- 
Klasse com.botwAdventureOnline.GameMapclass GameMap extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialisierte Felder- 
heightint height The height of the map
- 
karteFullField[][] karteFull The final map of the game.
- 
widthint width The width of the map
 
- 
 
- 
Klasse com.botwAdventureOnline.Guardianclass Guardian extends Monster implements Serializable
- 
Klasse com.botwAdventureOnline.HealthPotionclass HealthPotion extends Potion implements Serializable
- 
Klasse com.botwAdventureOnline.Hestuclass Hestu extends Character implements Serializable
- 
Klasse com.botwAdventureOnline.Inventoryclass Inventory extends Object implements Serializable- 
Serialisierte Felder- 
equippedSwordItem equippedSword The currently equipped sword of the player
- 
korokSeedsint korokSeeds The player's korokseeds
- 
maxWeightint maxWeight The inventory's maximum weight
- 
potionsArrayList<Item> potions The player's potions
- 
rupeesint rupees The player's rupees
- 
swordsArrayList<Item> swords The player's swords
- 
weightint weight The inventory's current weight
 
- 
 
- 
- 
Klasse com.botwAdventureOnline.Itemclass Item extends Object implements Serializable- 
Serialisierte Felder- 
damageint damage The amount of damage if the item is a Sword
- 
experiencePointsint experiencePoints The amount of experience points if the item is an Experience Potion
- 
healthPointsint healthPoints The amount of health points if the item is a Health Potion
- 
nameString name The name of the item
- 
valueint value The value of the item in rupees
- 
weightint weight The weight of the item
 
- 
 
- 
- 
Klasse com.botwAdventureOnline.Korokclass Korok extends Character implements Serializable
- 
Klasse com.botwAdventureOnline.Lynelclass Lynel extends Monster implements Serializable
- 
Klasse com.botwAdventureOnline.Merchantclass Merchant extends Character implements Serializable
- 
Klasse com.botwAdventureOnline.Moblinclass Moblin extends Monster implements Serializable
- 
Klasse com.botwAdventureOnline.Monsterclass Monster extends Character implements Serializable- 
Serialisierte Felder- 
epint ep The Experience points which the Player gets after defeating the monster.
- 
lootItem loot 
 
- 
 
- 
- 
Klasse com.botwAdventureOnline.Octorokclass Octorok extends Monster implements Serializable
- 
Klasse com.botwAdventureOnline.Playerclass Player extends Character implements Serializable- serialVersionUID:
- 1L
 - 
Serialisierte Felder- 
dpint dp Defense Points of the player
- 
epint ep Defines the current experience points of the player.
- 
inventoryInventory inventory The player's inventory
- 
levelint level Defines the current level of the player.
- 
levelListint[] levelList The list with experience points needed for a new level
- 
maxHPint maxHP Defines the maximum health of the player.
- 
startAdint startAd Defines the player's attack damage at the start of the game
- 
xCoordinateint xCoordinate The X coordinate of the player
- 
yCoordinateint yCoordinate The Y coordinate of the player
 
- 
 
- 
Klasse com.botwAdventureOnline.Potionclass Potion extends Item implements Serializable
- 
Klasse com.botwAdventureOnline.Swordclass Sword extends Item implements Serializable
 
-