Package noppes.npcs.api.entity.data.role
Interface IJobPuppet
- All Superinterfaces:
INPCJob
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
getPart
(int part) Part 6-11 are for animationvoid
setAnimationSpeed
(int speed) void
setIsAnimated
(boolean bo)
-
Method Details
-
getIsAnimated
boolean getIsAnimated() -
setIsAnimated
void setIsAnimated(boolean bo) -
getAnimationSpeed
int getAnimationSpeed()- Returns:
- (0-7)
-
setAnimationSpeed
void setAnimationSpeed(int speed) - Parameters:
speed
- (0-7)
-
getPart
Part 6-11 are for animation- Parameters:
part
- 0:head, 1:left arm, 2:right arm, 3:body, 4:left leg, 5:right leg, 6:head2, 7:left arm2, 8:right arm2, 9:body2, 10:left leg2, 11:right leg2- Returns:
- returns the part
-