aboutsummaryrefslogtreecommitdiffhomepage
path: root/build-data
diff options
context:
space:
mode:
authorJake Potrebic <[email protected]>2023-06-08 13:56:13 -0700
committerJake Potrebic <[email protected]>2023-06-08 13:56:13 -0700
commitf0aea8123e4a6d3c854f7147c3aff150b79b4f63 (patch)
treeaf993daf6b6ce81c9fee2bfa05d054b25f99dcdd /build-data
parent0a9e232f48a8bc394d47125d179836ab8f20f82e (diff)
downloadPaper-f0aea8123e4a6d3c854f7147c3aff150b79b4f63.tar.gz
Paper-f0aea8123e4a6d3c854f7147c3aff150b79b4f63.zip
more compile fixes
Diffstat (limited to 'build-data')
-rw-r--r--build-data/paper.at4
1 files changed, 4 insertions, 0 deletions
diff --git a/build-data/paper.at b/build-data/paper.at
index 1c79532b5a..48a44de360 100644
--- a/build-data/paper.at
+++ b/build-data/paper.at
@@ -12,3 +12,7 @@ public net.minecraft.server.MinecraftServer doRunTask(Lnet/minecraft/server/Tick
# 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;