Rename AreaHelper to NetherPortal (#3374)

This commit is contained in:
apple502j 2022-11-02 20:19:10 +09:00 committed by GitHub
parent 657bc4749b
commit a01a310679
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -527,7 +527,7 @@ CLASS net/minecraft/class_1297 net/minecraft/entity/Entity
METHOD method_30633 positionInPortal (Lnet/minecraft/class_2350$class_2351;Lnet/minecraft/class_5459$class_5460;)Lnet/minecraft/class_243;
COMMENT {@return the entity's position in the portal after teleportation}
COMMENT
COMMENT @see net.minecraft.world.dimension.AreaHelper#entityPosInPortal
COMMENT @see net.minecraft.world.dimension.NetherPortal#entityPosInPortal
ARG 1 portalAxis
ARG 2 portalRect
METHOD method_30634 updatePosition (DDD)V

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_2424 net/minecraft/world/dimension/AreaHelper
CLASS net/minecraft/class_2424 net/minecraft/world/dimension/NetherPortal
FIELD field_11311 width I
FIELD field_11312 height I
FIELD field_11313 foundPortalBlocks I