#870: Add isTrusting/setTrusting to CraftOcelot.
By: Ibrahim Ansari <ansari.ibrahim1@gmail.com>
This commit is contained in:
@@ -1,5 +1,19 @@
|
||||
--- a/net/minecraft/world/entity/animal/EntityOcelot.java
|
||||
+++ b/net/minecraft/world/entity/animal/EntityOcelot.java
|
||||
@@ -68,11 +68,11 @@
|
||||
this.t();
|
||||
}
|
||||
|
||||
- boolean isTrusting() {
|
||||
+ public boolean isTrusting() {
|
||||
return (Boolean) this.entityData.get(EntityOcelot.DATA_TRUSTING);
|
||||
}
|
||||
|
||||
- private void setTrusting(boolean flag) {
|
||||
+ public void setTrusting(boolean flag) {
|
||||
this.entityData.set(EntityOcelot.DATA_TRUSTING, flag);
|
||||
this.t();
|
||||
}
|
||||
@@ -133,7 +133,7 @@
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user