diff options
author | Jason <[email protected]> | 2021-10-21 03:16:31 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2021-10-21 01:16:31 -0700 |
commit | 7a0886180f01d39c8ac3b8c2f46b8aeb6c615092 (patch) | |
tree | 09e69b88be5266b8a1f6c10a2da20d9fe73cecfc /build-data/paper.at | |
parent | f47aeafe0054ab75070a76cc79380d4501407ad3 (diff) | |
download | Paper-7a0886180f01d39c8ac3b8c2f46b8aeb6c615092.tar.gz Paper-7a0886180f01d39c8ac3b8c2f46b8aeb6c615092.zip |
AT & Mapping fixes (#6809)
Diffstat (limited to 'build-data/paper.at')
-rw-r--r-- | build-data/paper.at | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/build-data/paper.at b/build-data/paper.at index a5d4276693..cb11ee3b66 100644 --- a/build-data/paper.at +++ b/build-data/paper.at @@ -79,7 +79,7 @@ public net.minecraft.world.entity.animal.Turtle isTravelling()Z public net.minecraft.world.entity.animal.Turtle setTravelling(Z)V # Call player spectator target event -public net.minecraft.server.network.ServerGamePacketListenerImpl a(Ljava/util/List;Ljava/util/function/UnaryOperator;Lnet/minecraft/world/item/ItemStack;ILnet/minecraft/world/item/ItemStack;)V # todo fix this mapping +public net.minecraft.server.network.ServerGamePacketListenerImpl updateBookPages(Ljava/util/List;Ljava/util/function/UnaryOperator;Lnet/minecraft/world/item/ItemStack;ILnet/minecraft/world/item/ItemStack;)V # Improve Server THread Pool public net.minecraft.Util onThreadException(Ljava/lang/Thread;Ljava/lang/Throwable;)V @@ -219,12 +219,6 @@ public net.minecraft.world.entity.animal.Fox setFaceplanted(Z)V # Cook speed multipler API public net.minecraft.world.level.block.entity.AbstractFurnaceBlockEntity recipeType -# Improve CraftChunk#getEntities -public net.minecraft.world.level.entity.PersistentEntitySectionManager sectionStorage - -# Optimize light engine -public-f net.minecraft.world.level.chunk.DataLayer - # Add methods to get translation keys public org.bukkit.craftbukkit.inventory.CraftMetaFirework public org.bukkit.craftbukkit.inventory.CraftMetaFirework getNBT(Lorg/bukkit/FireworkEffect$Type;)I @@ -250,5 +244,5 @@ public net.minecraft.world.level.block.entity.BlockEntityType validBlocks # Default entity attributes public net.minecraft.world.entity.ai.attributes.AttributeSupplier instances -# Add ItemFactory#getMonsterEgg API +# Add ItemFactory#getSpawnEgg API public net.minecraft.world.item.SpawnEggItem BY_ID |