Changed setType to setTypeId for ocelot

This commit is contained in:
Andrew 2013-11-06 21:05:11 +13:00
parent 31074f93a7
commit 62cd0f2832

View File

@ -39,7 +39,7 @@ public class OcelotWatcher extends AgeableWatcher {
sendData(18);
}
public void setType(int type) {
public void setTypeId(int type) {
setValue(18, (byte) type);
sendData(18);
}