Move the GlobalPos class to the net.minecraft.util.math package (#3083)

This commit is contained in:
haykam821 2022-04-08 11:29:37 -04:00 committed by GitHub
parent 0f2bef6b84
commit 2198e744de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4208 net/minecraft/util/dynamic/GlobalPos
CLASS net/minecraft/class_4208 net/minecraft/util/math/GlobalPos
FIELD field_18790 dimension Lnet/minecraft/class_5321;
FIELD field_18791 pos Lnet/minecraft/class_2338;
FIELD field_25066 CODEC Lcom/mojang/serialization/Codec;