diff options
author | Initial Source <[email protected]> | 2024-12-11 22:53:38 +0100 |
---|---|---|
committer | Nassim Jahnke <[email protected]> | 2024-12-11 22:53:38 +0100 |
commit | 4ea25cd504497ffe27adae101e2ae6caa649d0e1 (patch) | |
tree | b38e4e887d70d02885fccac4e6c58725f90c38e5 /build-data/paper.at | |
parent | e39cf893e73b1aa69c6ab61209b7f73f5e6d565c (diff) | |
parent | e479485578c01dd81bfad33fe0dbfddda03f5b89 (diff) | |
download | Paper-4ea25cd504497ffe27adae101e2ae6caa649d0e1.tar.gz Paper-4ea25cd504497ffe27adae101e2ae6caa649d0e1.zip |
Merge remote-tracking branch 'paper/for-clone'
Diffstat (limited to 'build-data/paper.at')
-rw-r--r-- | build-data/paper.at | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/build-data/paper.at b/build-data/paper.at new file mode 100644 index 0000000000..48a44de360 --- /dev/null +++ b/build-data/paper.at @@ -0,0 +1,18 @@ +# You can use this file to change the access modifiers on a member +# This line would make the field rollAmount public in Bee +#public net.minecraft.world.entity.animal.Bee rollAmount +# This line would make the field public and remove the final modifier +#public-f net.minecraft.network.protocol.game.ClientboundChatPacket sender +# Leave out the member and it will apply to the class itself +# More info, see here https://mcforge.readthedocs.io/en/latest/advanced/accesstransformers/#access-modifiers + +# Remap/Decompile fix (unclear why this is happening) +public net.minecraft.server.MinecraftServer doRunTask(Lnet/minecraft/server/TickTask;)V + +# AT remap issue? todo 1.18 +public net.minecraft.world.level.dimension.end.EndDragonFight findExitPortal()Lnet/minecraft/world/level/block/state/pattern/BlockPattern$BlockPatternMatch; +public net.minecraft.nbt.TagParser readArrayTag()Lnet/minecraft/nbt/Tag; + +# TODO 1.20 remapSpigotAt.at doesn't remap the return type for this method for some reason +public net/minecraft/world/entity/Display$TextDisplay getText()Lnet/minecraft/network/chat/Component; +public net/minecraft/world/entity/Display$BlockDisplay getBlockState()Lnet/minecraft/world/level/block/state/BlockState; |