Serialisierte Form
-
Package com.botwAdventureOnline
-
Klasse com.botwAdventureOnline.Bokoblin
class Bokoblin extends Monster implements Serializable -
Klasse com.botwAdventureOnline.Character
class Character extends Object implements Serializable-
Serialisierte Felder
-
ad
int ad
Attack damage outgoing from the Character -
hp
int hp
Health Points of the Character -
name
String name
Name of the Character
-
-
-
Klasse com.botwAdventureOnline.ExperiencePotion
class ExperiencePotion extends Potion implements Serializable -
Klasse com.botwAdventureOnline.Field
class Field extends Object implements Serializable -
Klasse com.botwAdventureOnline.GameMap
class GameMap extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialisierte Felder
-
height
int height
The height of the map -
karteFull
Field[][] karteFull
The final map of the game. -
width
int width
The width of the map
-
-
Klasse com.botwAdventureOnline.Guardian
class Guardian extends Monster implements Serializable -
Klasse com.botwAdventureOnline.HealthPotion
class HealthPotion extends Potion implements Serializable -
Klasse com.botwAdventureOnline.Hestu
class Hestu extends Character implements Serializable -
Klasse com.botwAdventureOnline.Inventory
class Inventory extends Object implements Serializable-
Serialisierte Felder
-
equippedSword
Item equippedSword
The currently equipped sword of the player -
korokSeeds
int korokSeeds
The player's korokseeds -
maxWeight
int maxWeight
The inventory's maximum weight -
potions
ArrayList<Item> potions
The player's potions -
rupees
int rupees
The player's rupees -
swords
ArrayList<Item> swords
The player's swords -
weight
int weight
The inventory's current weight
-
-
-
Klasse com.botwAdventureOnline.Item
class Item extends Object implements Serializable-
Serialisierte Felder
-
damage
int damage
The amount of damage if the item is a Sword -
experiencePoints
int experiencePoints
The amount of experience points if the item is an Experience Potion -
healthPoints
int healthPoints
The amount of health points if the item is a Health Potion -
name
String name
The name of the item -
value
int value
The value of the item in rupees -
weight
int weight
The weight of the item
-
-
-
Klasse com.botwAdventureOnline.Korok
class Korok extends Character implements Serializable -
Klasse com.botwAdventureOnline.Lynel
class Lynel extends Monster implements Serializable -
Klasse com.botwAdventureOnline.Merchant
class Merchant extends Character implements Serializable -
Klasse com.botwAdventureOnline.Moblin
class Moblin extends Monster implements Serializable -
Klasse com.botwAdventureOnline.Monster
class Monster extends Character implements Serializable-
Serialisierte Felder
-
ep
int ep
The Experience points which the Player gets after defeating the monster. -
loot
Item loot
-
-
-
Klasse com.botwAdventureOnline.Octorok
class Octorok extends Monster implements Serializable -
Klasse com.botwAdventureOnline.Player
class Player extends Character implements Serializable- serialVersionUID:
- 1L
-
Serialisierte Felder
-
dp
int dp
Defense Points of the player -
ep
int ep
Defines the current experience points of the player. -
inventory
Inventory inventory
The player's inventory -
level
int level
Defines the current level of the player. -
levelList
int[] levelList
The list with experience points needed for a new level -
maxHP
int maxHP
Defines the maximum health of the player. -
startAd
int startAd
Defines the player's attack damage at the start of the game -
xCoordinate
int xCoordinate
The X coordinate of the player -
yCoordinate
int yCoordinate
The Y coordinate of the player
-
-
Klasse com.botwAdventureOnline.Potion
class Potion extends Item implements Serializable -
Klasse com.botwAdventureOnline.Sword
class Sword extends Item implements Serializable
-