1 outer class, 3 inner classes & some moves (#1679)

* 1 outer class, 3 inner classes & some moves

* moved AreaHelper to world.dimension
This commit is contained in:
Yanis48 2020-08-16 13:43:46 +02:00 committed by GitHub
parent 25cf4676f6
commit ee1d477e18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 17 additions and 3 deletions

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4899 net/minecraft/client/realms/DisconnectedRealmsScreen
CLASS net/minecraft/class_4899 net/minecraft/client/realms/gui/screen/DisconnectedRealmsScreen
FIELD field_22807 title Lnet/minecraft/class_2561;
FIELD field_22808 reason Lnet/minecraft/class_2561;
FIELD field_22809 lines Lnet/minecraft/class_5489;

View File

@ -18,7 +18,9 @@ CLASS net/minecraft/class_4406 net/minecraft/client/realms/gui/screen/RealmsPlay
FIELD field_22705 USER_ICON Lnet/minecraft/class_2960;
FIELD field_22706 CROSS_PLAYER_ICON Lnet/minecraft/class_2960;
FIELD field_22707 OPTIONS_BACKGROUND Lnet/minecraft/class_2960;
FIELD field_26496 operation Lnet/minecraft/class_4406$class_5488;
METHOD <init> (Lnet/minecraft/class_4388;Lnet/minecraft/class_4877;)V
ARG 1 parent
ARG 2 serverData
METHOD method_21325 updateButtonStates ()V
METHOD method_21326 shouldRemoveAndOpdeopButtonBeVisible (I)Z
@ -57,3 +59,4 @@ CLASS net/minecraft/class_4406 net/minecraft/client/realms/gui/screen/RealmsPlay
ARG 4 y
ARG 5 mouseX
ARG 6 mouseY
CLASS class_5488 PlayerOperation

View File

@ -0,0 +1,2 @@
CLASS net/minecraft/class_5499 net/minecraft/client/util/OrderableTooltip
METHOD method_31047 getOrderedTooltip ()Ljava/util/Optional;

View File

@ -18,6 +18,7 @@ CLASS net/minecraft/class_1367 net/minecraft/entity/ai/goal/MoveToTargetPosGoal
ARG 2 speed
ARG 4 range
ARG 5 maxYDifference
METHOD method_30953 getTargetPos ()Lnet/minecraft/class_2338;
METHOD method_6290 startMovingToTarget ()V
METHOD method_6291 getDesiredSquaredDistanceToTarget ()D
METHOD method_6292 findTargetPos ()Z

View File

@ -9,7 +9,9 @@ CLASS net/minecraft/class_4985 net/minecraft/entity/passive/StriderEntity
FIELD field_23247 SADDLED Lnet/minecraft/class_2940;
METHOD method_26344 canSpawn (Lnet/minecraft/class_1299;Lnet/minecraft/class_1936;Lnet/minecraft/class_3730;Lnet/minecraft/class_2338;Ljava/util/Random;)Z
ARG 0 type
ARG 1 world
ARG 2 spawnReason
ARG 3 pos
ARG 4 random
METHOD method_26345 getSpeed ()F
METHOD method_26347 updateFloating ()V
@ -21,3 +23,8 @@ CLASS net/minecraft/class_4985 net/minecraft/entity/passive/StriderEntity
METHOD <init> (Lnet/minecraft/class_4985;Lnet/minecraft/class_1937;)V
ARG 1 entity
ARG 2 world
CLASS class_5494 GoBackToLavaGoal
FIELD field_26632 strider Lnet/minecraft/class_4985;
METHOD <init> (Lnet/minecraft/class_4985;D)V
ARG 1 strider
ARG 2 speed

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_5224 net/minecraft/CharacterVisitor
CLASS net/minecraft/class_5224 net/minecraft/text/CharacterVisitor
COMMENT A visitor for single characters in a string.
METHOD accept (ILnet/minecraft/class_2583;I)Z
COMMENT Visits a single character.

View File

@ -24,3 +24,4 @@ CLASS net/minecraft/class_3645 net/minecraft/world/biome/layer/BiomeLayers
ARG 5 contextProvider
METHOD method_15849 (JJ)Lnet/minecraft/class_3631;
ARG 2 salt
CLASS class_5503 Category

View File

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