Package net.minecraft.src
Interface Attribute
- All Known Implementing Classes:
BaseAttribute,RangedAttribute
public interface Attribute
-
Method Summary
-
Method Details
-
getAttributeUnlocalizedName
String getAttributeUnlocalizedName() -
clampValue
double clampValue(double var1) -
getDefaultValue
double getDefaultValue() -
getShouldWatch
boolean getShouldWatch()
-