diff options
author | Owen1212055 <[email protected]> | 2022-03-19 10:30:16 -0400 |
---|---|---|
committer | Owen1212055 <[email protected]> | 2022-03-19 10:30:16 -0400 |
commit | e889c23537babefa2f17dc4281c28dc509c8fc51 (patch) | |
tree | 032499d4b56d316b0bfcf25ba40535172d1f71a8 /build-data/paper.at | |
parent | 6b895464b0a4b6c4cfe7b6d763b9ffe23c37bba6 (diff) | |
download | Paper-e889c23537babefa2f17dc4281c28dc509c8fc51.tar.gz Paper-e889c23537babefa2f17dc4281c28dc509c8fc51.zip |
Add more missing entity API (#7592)
Diffstat (limited to 'build-data/paper.at')
-rw-r--r-- | build-data/paper.at | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build-data/paper.at b/build-data/paper.at index 935d4f45f2..4671b6eb7f 100644 --- a/build-data/paper.at +++ b/build-data/paper.at @@ -221,6 +221,11 @@ public net.minecraft.world.entity.animal.Fox isFaceplanted()Z public net.minecraft.world.entity.animal.Fox setFaceplanted(Z)V public net.minecraft.world.entity.animal.Panda getEatCounter()I public net.minecraft.world.entity.animal.Panda setEatCounter(I)V +public net.minecraft.world.entity.animal.Bee isRolling()Z +public net.minecraft.world.entity.animal.Bee setRolling(Z)V +public net.minecraft.world.entity.monster.piglin.Piglin isChargingCrossbow()Z +public net.minecraft.world.entity.monster.Vex hasLimitedLife +public net.minecraft.world.entity.monster.Vex limitedLifeTicks # Cook speed multipler API public net.minecraft.world.level.block.entity.AbstractFurnaceBlockEntity recipeType |