public class ModProperty extends Object
ModProperty(Field field, Map<String,Object> annotationInfo)
ModProperty(Field f, String info, Double min, Double max, String name)
Field
field()
String
info()
double
max()
min()
name()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ModProperty(Field f, String info, Double min, Double max, String name)
public ModProperty(Field field, Map<String,Object> annotationInfo)
public String name()
public double min()
public double max()
public String info()
public Field field()