Add setRabbitType

This commit is contained in:
libraryaddict 2014-09-27 12:37:14 +12:00
parent 41663bee37
commit bde2d51233

@ -8,4 +8,9 @@ public class RabbitWatcher extends AgeableWatcher {
super(disguise);
}
public void setRabbitType(int rabbitType) {
setValue(18, (byte) rabbitType);
sendData(18);
}
}