Map new respawn anchor methods (#1411)

* Map new respawn anchor methods

* Change isNotFullyCharged to canCharge

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:
haykam821 2020-06-01 17:32:04 -04:00 committed by GitHub
parent 990203f196
commit e5a34b3d29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -11,3 +11,6 @@ CLASS net/minecraft/class_4969 net/minecraft/block/RespawnAnchorBlock
ARG 0 world
ARG 1 pos
ARG 2 state
METHOD method_27353 isNether (Lnet/minecraft/class_1937;)Z
METHOD method_29289 isChargeItem (Lnet/minecraft/class_1799;)Z
METHOD method_29290 canCharge (Lnet/minecraft/class_2680;)Z