Fix GameOptions#onPlayerModelPartChange (#2307)

* Fix GameOptions#onPlayerModelPartChange

* Update mappings/net/minecraft/client/option/GameOptions.mapping

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

* word wrap

* Update mappings/net/minecraft/client/option/GameOptions.mapping

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
This commit is contained in:
enbrain 2021-04-11 21:09:10 +09:00 committed by GitHub
parent 54ee32397a
commit ec6d215fae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -135,7 +135,12 @@ CLASS net/minecraft/class_315 net/minecraft/client/option/GameOptions
METHOD method_1641 setKeyCode (Lnet/minecraft/class_304;Lnet/minecraft/class_3675$class_306;)V
ARG 1 key
ARG 2 code
METHOD method_1643 onPlayerModelPartChange ()V
METHOD method_1643 sendClientSettings ()V
COMMENT Sends the current client settings to the server if the client is
COMMENT connected to a server.
COMMENT
COMMENT <p>Called when a player joins the game or when client settings are
COMMENT changed.
METHOD method_19343 getTextBackgroundOpacity (F)F
ARG 1 fallback
METHOD method_19344 getTextBackgroundColor (I)I