mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 11:45:52 -07:00
Update to mcdev rename revision 01 for 1.8.1
This commit is contained in:
@@ -284,7 +284,7 @@ public class EntityEnderman extends EntityMonster {
|
||||
}
|
||||
|
||||
public int getCarriedId() {
|
||||
return this.datawatcher.a(16);
|
||||
return this.datawatcher.getByte(16);
|
||||
}
|
||||
|
||||
public void setCarriedData(int i) {
|
||||
@@ -292,7 +292,7 @@ public class EntityEnderman extends EntityMonster {
|
||||
}
|
||||
|
||||
public int getCarriedData() {
|
||||
return this.datawatcher.a(17);
|
||||
return this.datawatcher.getByte(17);
|
||||
}
|
||||
|
||||
static {
|
||||
|
Reference in New Issue
Block a user