Version 1.5APIs subject to change!

multiverse.mars.objects
Class MarsEquipSlot

java.lang.Object
  extended by multiverse.mars.objects.MarsEquipSlot
All Implemented Interfaces:
java.io.Serializable

public class MarsEquipSlot
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static MarsEquipSlot CHEST
           
static MarsEquipSlot FEET
           
static MarsEquipSlot HANDS
           
static MarsEquipSlot HEAD
           
static MarsEquipSlot LEGS
           
static MarsEquipSlot PRIMARYWEAPON
           
 
Constructor Summary
MarsEquipSlot()
           
MarsEquipSlot(java.lang.String slotName)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 java.lang.String getName()
           
static MarsEquipSlot getSlotByName(java.lang.String slotName)
           
 int hashCode()
           
 void setName(java.lang.String name)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PRIMARYWEAPON

public static MarsEquipSlot PRIMARYWEAPON

CHEST

public static MarsEquipSlot CHEST

LEGS

public static MarsEquipSlot LEGS

HEAD

public static MarsEquipSlot HEAD

FEET

public static MarsEquipSlot FEET

HANDS

public static MarsEquipSlot HANDS
Constructor Detail

MarsEquipSlot

public MarsEquipSlot()

MarsEquipSlot

public MarsEquipSlot(java.lang.String slotName)
Method Detail

setName

public void setName(java.lang.String name)

getName

public java.lang.String getName()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getSlotByName

public static MarsEquipSlot getSlotByName(java.lang.String slotName)


Copyright © 2008 The Multiverse Network, Inc.