org.gamenet.application.mm8leveleditor.data.mm6
Class SpawnPoint.MonsterClassLabelValue

java.lang.Object
  extended byorg.gamenet.application.mm8leveleditor.data.mm6.SpawnPoint.MonsterClassLabelValue
Enclosing class:
SpawnPoint

public static class SpawnPoint.MonsterClassLabelValue
extends Object


Field Summary
private  int index
           
private  String label
           
private  int value
           
 
Constructor Summary
SpawnPoint.MonsterClassLabelValue(int index, int value, String label)
           
 
Method Summary
 int getIndex()
           
 String getLabel()
           
 int getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

private int index

value

private int value

label

private String label
Constructor Detail

SpawnPoint.MonsterClassLabelValue

public SpawnPoint.MonsterClassLabelValue(int index,
                                         int value,
                                         String label)
Method Detail

getIndex

public int getIndex()

getLabel

public String getLabel()

getValue

public int getValue()