cpw.mods.fml.common.modloader
Class ModProperty

java.lang.Object
  extended by cpw.mods.fml.common.modloader.ModProperty

public class ModProperty
extends Object

Author:
cpw

Constructor Summary
ModProperty(Field field, Map<String,Object> annotationInfo)
           
ModProperty(Field f, String info, Double min, Double max, String name)
           
 
Method Summary
 Field field()
           
 String info()
           
 double max()
           
 double min()
           
 String name()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModProperty

public ModProperty(Field f,
                   String info,
                   Double min,
                   Double max,
                   String name)

ModProperty

public ModProperty(Field field,
                   Map<String,Object> annotationInfo)
Method Detail

name

public String name()

min

public double min()

max

public double max()

info

public String info()

field

public Field field()