Changed setType to setTypeId for ocelot
This commit is contained in:
parent
31074f93a7
commit
62cd0f2832
@ -39,7 +39,7 @@ public class OcelotWatcher extends AgeableWatcher {
|
|||||||
sendData(18);
|
sendData(18);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setType(int type) {
|
public void setTypeId(int type) {
|
||||||
setValue(18, (byte) type);
|
setValue(18, (byte) type);
|
||||||
sendData(18);
|
sendData(18);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user