diff options
author | Owen1212055 <[email protected]> | 2021-06-22 03:44:02 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2021-06-22 07:44:02 +0000 |
commit | aed4433aca85821729d89a18227bb685e308f567 (patch) | |
tree | c3ede959fe2c3bd2a71968d769fa481123697f72 /build-data/paper.at | |
parent | ae95311131f49f5f45d57c9e49e97bb162dfcce5 (diff) | |
download | Paper-aed4433aca85821729d89a18227bb685e308f567.tar.gz Paper-aed4433aca85821729d89a18227bb685e308f567.zip |
Add more fox API (#5743)
Diffstat (limited to 'build-data/paper.at')
-rw-r--r-- | build-data/paper.at | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build-data/paper.at b/build-data/paper.at index 16a94f7cf6..e3c2910ea1 100644 --- a/build-data/paper.at +++ b/build-data/paper.at @@ -215,3 +215,11 @@ public net.minecraft.world.entity.monster.Witch usingTime # PlayerDeathEvent#getItemsToKeep public net.minecraft.world.entity.player.Inventory compartments + +# Missing Entity API +public net.minecraft.world.entity.animal.Fox isDefending()Z +public net.minecraft.world.entity.animal.Fox setDefending(Z)V + +public net.minecraft.world.entity.animal.Fox isFaceplanted()Z +public net.minecraft.world.entity.animal.Fox setFaceplanted(Z)V + |