Package noppes.npcs.api.entity.data
Interface IModelRotatePart
-
public interface IModelRotatePart
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
disabled()
void
disabled(boolean enabled)
float
getRotateX()
float
getRotateY()
float
getRotateZ()
void
setRotation(float x, float y, float z)
-