diff options
author | Jason <[email protected]> | 2021-11-16 21:00:14 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2021-11-16 21:00:14 -0800 |
commit | f3830bc214c0ef7e7a84712ce48c353946b1094f (patch) | |
tree | 9ea15d3a2984751ef930808f80138c3a0169cd35 /build-data | |
parent | 51b7b609f108911138de830f2b201adb5a14628c (diff) | |
download | Paper-f3830bc214c0ef7e7a84712ce48c353946b1094f.tar.gz Paper-f3830bc214c0ef7e7a84712ce48c353946b1094f.zip |
Update paperweight to 1.2.0 (#6901)
Diffstat (limited to 'build-data')
-rw-r--r-- | build-data/mappings-patch.tiny | 26 | ||||
-rw-r--r-- | build-data/reobf-mappings-patch.tiny | 4 |
2 files changed, 0 insertions, 30 deletions
diff --git a/build-data/mappings-patch.tiny b/build-data/mappings-patch.tiny index 4dddff41fc..3e893934c8 100644 --- a/build-data/mappings-patch.tiny +++ b/build-data/mappings-patch.tiny @@ -109,29 +109,3 @@ c net/minecraft/world/level/saveddata/maps/WorldMap$WorldMapHumanTracker net/min # CraftBukkit adds a level resource key to LevelStorageSource#createAccess c net/minecraft/world/level/storage/Convertable net/minecraft/world/level/storage/LevelStorageSource m (Ljava/lang/String;Lnet/minecraft/resources/ResourceKey;)Lnet/minecraft/world/level/storage/Convertable$ConversionSession; c createAccess - -# Missed mappings - these should work as they are unmodified by CraftBukkit but don't for some reason -c net/minecraft/network/NetworkManager net/minecraft/network/Connection - m (Lnet/minecraft/network/protocol/Packet;Lio/netty/util/concurrent/GenericFutureListener;Lnet/minecraft/network/EnumProtocol;Lnet/minecraft/network/EnumProtocol;)V a doSendPacket - -c net/minecraft/server/gui/ServerGUI net/minecraft/server/gui/MinecraftServerGui - m (Ljavax/swing/JTextArea;Ljavax/swing/JScrollPane;Ljava/lang/String;)V a print - -c net/minecraft/server/level/PlayerChunk net/minecraft/server/level/ChunkHolder - m (Lnet/minecraft/world/level/World;Lnet/minecraft/core/BlockPosition;Lnet/minecraft/world/level/block/state/IBlockData;)V a broadcastBlockEntityIfNeeded - -c net/minecraft/server/level/PlayerChunkMap net/minecraft/server/level/ChunkMap - m (Lnet/minecraft/world/level/chunk/ChunkStatus;I)Lnet/minecraft/world/level/chunk/ChunkStatus; a getDependencyStatus - -c net/minecraft/world/entity/ai/behavior/BehaviorAttackTargetSet net/minecraft/world/entity/ai/behavior/StartAttacking - m (Lnet/minecraft/world/entity/EntityInsentient;Lnet/minecraft/world/entity/EntityLiving;)V a setAttackTarget - -c net/minecraft/world/entity/ai/behavior/BehaviorMakeLove net/minecraft/world/entity/ai/behavior/VillagerMakeLove - m (Lnet/minecraft/world/entity/npc/EntityVillager;Lnet/minecraft/core/BlockPosition;)Z a canReach - -c net/minecraft/world/level/block/MultifaceBlock net/minecraft/world/level/block/MultifaceBlock - m (Lnet/minecraft/world/level/block/state/IBlockData;Lnet/minecraft/world/level/IBlockAccess;Lnet/minecraft/core/BlockPosition;Lnet/minecraft/core/EnumDirection;)Lnet/minecraft/world/level/block/state/IBlockData; c getStateForPlacement - -c net/minecraft/server/players/UserCache net/minecraft/server/players/GameProfileCache - m (Ljava/lang/String;)Ljava/util/Optional; getProfile get - p 0 name diff --git a/build-data/reobf-mappings-patch.tiny b/build-data/reobf-mappings-patch.tiny index 41b3374398..945731b50d 100644 --- a/build-data/reobf-mappings-patch.tiny +++ b/build-data/reobf-mappings-patch.tiny @@ -22,7 +22,3 @@ c net/minecraft/world/level/chunk/LevelChunk net/minecraft/world/level/chunk/Chu # Paper changes type c net/minecraft/core/MappedRegistry net/minecraft/core/RegistryMaterials f Lit/unimi/dsi/fastutil/objects/Reference2IntOpenHashMap; toId bw - -# Remove streams from Mob AI System changes type from EnumSet to com.destroystokyo.paper.util.set.OptimizedSmallEnumSet -c net/minecraft/world/entity/ai/goal/Goal net/minecraft/world/entity/ai/goal/PathfinderGoal - m ()Lcom/destroystokyo/paper/util/set/OptimizedSmallEnumSet; getFlags i |