yarn/mappings/net/minecraft/network/packet/s2c/play/GameJoinS2CPacket.mapping

28 lines
1.3 KiB
Plaintext
Raw Normal View History

CLASS net/minecraft/class_2678 net/minecraft/network/packet/s2c/play/GameJoinS2CPacket
2020-05-15 11:35:03 -04:00
FIELD field_12278 debugWorld Z
2019-06-28 17:55:20 -04:00
FIELD field_12279 maxPlayers I
FIELD field_12280 playerEntityId I
FIELD field_12281 hardcore Z
FIELD field_12282 gameMode Lnet/minecraft/class_1934;
FIELD field_12284 dimensionTracker Lnet/minecraft/class_5318$class_5319;
2019-06-28 17:55:20 -04:00
FIELD field_19145 chunkLoadDistance I
Misc. Issue Resolution (#1401) * PlayerAbilitiesS2CPacket.fovModifier -> walkSpeed (#1392) * GameJoinS2CPacket seed -> sha256Seed (#1360) * checkBlockRerender -> scheduleBlockRerenderIfNecessary (#1332) * StatusEffectType -> StatusEffectCategory (#1036) StatusEffect -> StatusEffectType StatusEfectInstance -> StatusEffect (and related names) * SettingsScreen -> OptionsScreen (#787) AccessibilityScreen -> AccessibilityOptionsScreen Moved OptionsScreen to options package with all the other options screens * Finishes making maximum/minimum -> max/min (#672) (the ones in TreeDecoratorConfig as they have no postfix) DefaultBiomeFeatures moved to world/gen/feature from world/biome (#667) * fix missing file * Revert "StatusEffectType -> StatusEffectCategory (#1036)" This reverts commit 07f887a3d2332539ce07b0d29bcb84c6f5e6bf5b. * fix capitalization Co-authored-by: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/client/render/WorldRenderer.mapping Co-authored-by: Joseph Burton <burtonjae@hotmail.co.uk> * Update mappings/net/minecraft/client/render/WorldRenderer.mapping Co-authored-by: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/client/render/WorldRenderer.mapping Co-authored-by: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/world/World.mapping Co-authored-by: liach <7806504+liach@users.noreply.github.com> Co-authored-by: liach <7806504+liach@users.noreply.github.com> Co-authored-by: Joseph Burton <burtonjae@hotmail.co.uk>
2020-05-30 14:31:17 -04:00
FIELD field_20665 sha256Seed J
2020-05-15 11:35:03 -04:00
FIELD field_20666 flatWorld Z
FIELD field_24618 reducedDebugInfo Z
FIELD field_24619 showDeathScreen Z
2020-05-29 09:31:34 -04:00
FIELD field_25134 dimensionId Lnet/minecraft/class_5321;
2020-06-15 14:17:37 -04:00
METHOD <init> (ILnet/minecraft/class_1934;Lnet/minecraft/class_1934;JZLjava/util/Set;Lnet/minecraft/class_5318$class_5319;Lnet/minecraft/class_5321;Lnet/minecraft/class_5321;IIZZZZ)V
2018-11-04 07:22:38 -05:00
ARG 1 playerEntityId
ARG 2 gameMode
2019-06-28 17:55:20 -04:00
METHOD method_11561 getGameMode ()Lnet/minecraft/class_1934;
METHOD method_11562 hasReducedDebugInfo ()Z
METHOD method_11564 getEntityId ()I
2020-05-20 12:12:58 -04:00
METHOD method_11565 getDimension ()Lnet/minecraft/class_5318;
2020-05-15 11:35:03 -04:00
METHOD method_11568 isFlatWorld ()Z
2019-06-28 17:55:20 -04:00
METHOD method_20204 getChunkLoadDistance ()I
Misc. Issue Resolution (#1401) * PlayerAbilitiesS2CPacket.fovModifier -> walkSpeed (#1392) * GameJoinS2CPacket seed -> sha256Seed (#1360) * checkBlockRerender -> scheduleBlockRerenderIfNecessary (#1332) * StatusEffectType -> StatusEffectCategory (#1036) StatusEffect -> StatusEffectType StatusEfectInstance -> StatusEffect (and related names) * SettingsScreen -> OptionsScreen (#787) AccessibilityScreen -> AccessibilityOptionsScreen Moved OptionsScreen to options package with all the other options screens * Finishes making maximum/minimum -> max/min (#672) (the ones in TreeDecoratorConfig as they have no postfix) DefaultBiomeFeatures moved to world/gen/feature from world/biome (#667) * fix missing file * Revert "StatusEffectType -> StatusEffectCategory (#1036)" This reverts commit 07f887a3d2332539ce07b0d29bcb84c6f5e6bf5b. * fix capitalization Co-authored-by: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/client/render/WorldRenderer.mapping Co-authored-by: Joseph Burton <burtonjae@hotmail.co.uk> * Update mappings/net/minecraft/client/render/WorldRenderer.mapping Co-authored-by: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/client/render/WorldRenderer.mapping Co-authored-by: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/world/World.mapping Co-authored-by: liach <7806504+liach@users.noreply.github.com> Co-authored-by: liach <7806504+liach@users.noreply.github.com> Co-authored-by: Joseph Burton <burtonjae@hotmail.co.uk>
2020-05-30 14:31:17 -04:00
METHOD method_22423 getSha256Seed ()J
METHOD method_22424 showsDeathScreen ()Z
2020-05-15 11:35:03 -04:00
METHOD method_28118 isHardcore ()Z
METHOD method_28119 isDebugWorld ()Z
2020-05-29 09:31:34 -04:00
METHOD method_29176 getDimensionId ()Lnet/minecraft/class_5321;