Add setRabbitType
This commit is contained in:
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);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user