diff options
author | Kezz <[email protected]> | 2022-01-22 07:42:10 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2022-01-21 23:42:10 -0800 |
commit | 60e46abb0062690289e8a65535322746c922a866 (patch) | |
tree | 731d4d87b45ef2589d6392722178031bbdf82420 /build-data | |
parent | dcca6cb1be5e062c68acb3494dc3f2beafc492bd (diff) | |
download | Paper-60e46abb0062690289e8a65535322746c922a866.tar.gz Paper-60e46abb0062690289e8a65535322746c922a866.zip |
Fix NotePlayEvent (#5180)
Diffstat (limited to 'build-data')
-rw-r--r-- | build-data/paper.at | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build-data/paper.at b/build-data/paper.at index 335eb4626c..00a8a2baed 100644 --- a/build-data/paper.at +++ b/build-data/paper.at @@ -295,3 +295,6 @@ public net.minecraft.world.entity.item.ItemEntity health # Fix riding distance statistics public net.minecraft.world.entity.player.Player checkRidingStatistics(DDD)V + +# Fix NotePlayEvent +public org.bukkit.craftbukkit.block.data.CraftBlockData toNMS(Ljava/lang/Enum;Ljava/lang/Class;)Ljava/lang/Enum; |