diff options
author | Owen <[email protected]> | 2022-07-22 14:36:43 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2022-07-22 20:36:43 +0100 |
commit | 5deafd1969b3c521af9cabb46822ecb01e6ce498 (patch) | |
tree | 9efac9e2b1a4378978ae24678a56f01e72040864 /build-data | |
parent | 52a60ad9462bad027c3a2e7c5a7a9f9d9260697b (diff) | |
download | Paper-5deafd1969b3c521af9cabb46822ecb01e6ce498.tar.gz Paper-5deafd1969b3c521af9cabb46822ecb01e6ce498.zip |
Teleportation API (#6562)
Diffstat (limited to 'build-data')
-rw-r--r-- | build-data/paper.at | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build-data/paper.at b/build-data/paper.at index d0c7a42e11..b5098bd7a7 100644 --- a/build-data/paper.at +++ b/build-data/paper.at @@ -332,3 +332,7 @@ public net.minecraft.world.entity.projectile.FireworkRocketEntity life # More Projectile API public net.minecraft.world.entity.projectile.FishingHook timeUntilLured + +# Teleport API +public net.minecraft.server.network.ServerGamePacketListenerImpl internalTeleport(DDDFFLjava/util/Set;Z)V + |