Package noppes.npcs.api.entity.data
Interface IModelScalePart
-
public interface IModelScalePart
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description float
getScaleX()
float
getScaleY()
float
getScaleZ()
void
setScale(float x, float y, float z)
-