Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map changes to block pointers in 1.20.2 pre-release 4 #3664

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions mappings/net/minecraft/util/math/BlockPointer.mapping
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
CLASS net/minecraft/class_2342 net/minecraft/util/math/BlockPointer
FIELD comp_1967 getWorld Lnet/minecraft/class_3218;
FIELD comp_1968 getPos Lnet/minecraft/class_2338;
FIELD comp_1969 getBlockState Lnet/minecraft/class_2680;
FIELD comp_1970 getBlockEntity Lnet/minecraft/class_2601;
METHOD comp_1967 getWorld ()Lnet/minecraft/class_3218;
METHOD comp_1968 getPos ()Lnet/minecraft/class_2338;
METHOD comp_1969 getBlockState ()Lnet/minecraft/class_2680;
METHOD comp_1970 getBlockEntity ()Lnet/minecraft/class_2601;
FIELD comp_1967 world Lnet/minecraft/class_3218;
FIELD comp_1968 pos Lnet/minecraft/class_2338;
FIELD comp_1969 state Lnet/minecraft/class_2680;
FIELD comp_1970 blockEntity Lnet/minecraft/class_2601;
Comment on lines +3 to +5
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These don't need to be mapped, do they? The names are exactly the same for these three with name proposal (obviously we want to keep the change from level to world though)

METHOD comp_1967 world ()Lnet/minecraft/class_3218;
METHOD comp_1968 pos ()Lnet/minecraft/class_2338;
METHOD comp_1969 state ()Lnet/minecraft/class_2680;
METHOD comp_1970 blockEntity ()Lnet/minecraft/class_2601;
Shnupbups marked this conversation as resolved.
Show resolved Hide resolved
METHOD method_53906 getCenterPos ()Lnet/minecraft/class_243;