Skip to content

Commit

Permalink
Add ARM_SWING_OFFHAND PlayerAnimation
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Mar 8, 2016
1 parent 1afba77 commit 336dc57
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/java/net/citizensnpcs/util/PlayerAnimation.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ protected void playAnimation(EntityPlayer player, int radius) {
playDefaultAnimation(player, radius, 4);
}
},
ARM_SWING_OFFHAND {
@Override
protected void playAnimation(EntityPlayer player, int radius) {
playDefaultAnimation(player, radius, 3);
}
},
EAT_FOOD {
@Override
protected void playAnimation(EntityPlayer player, int radius) {
Expand Down

0 comments on commit 336dc57

Please sign in to comment.