Add a mapping for MinecraftClient.method_29041 (#1720)

* Add a mapping for MinecraftClient.method_29041

* Update mappings/net/minecraft/client/MinecraftClient.mapping

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

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
This commit is contained in:
enbrain 2020-08-30 19:08:38 +09:00 committed by GitHub
parent 117e014580
commit e796ec1da1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -266,6 +266,8 @@ CLASS net/minecraft/class_310 net/minecraft/client/MinecraftClient
ARG 1 entity
METHOD method_27466 initFont (Z)V
ARG 1 forcesUnicode
METHOD method_29041 openChatScreen (Ljava/lang/String;)V
ARG 1 text
METHOD method_29042 shouldBlockMessages (Ljava/util/UUID;)Z
COMMENT Checks if the client should block messages from the {@code sender}.
COMMENT