Document ActionResult.CONSUME_PARTIAL (#2807)

This commit is contained in:
Shnupbups 2021-11-04 03:54:01 +11:00 committed by GitHub
parent b261ddf6f8
commit 68829991ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,9 @@ CLASS net/minecraft/class_1269 net/minecraft/util/ActionResult
FIELD field_21466 CONSUME Lnet/minecraft/class_1269;
COMMENT Indicates an action is performed but no animation should accompany the
COMMENT performance.
FIELD field_33562 CONSUME_PARTIAL Lnet/minecraft/class_1269;
COMMENT Indicates an action is performed but no animation should accompany the
COMMENT performance and no statistic should be incremented.
FIELD field_5811 PASS Lnet/minecraft/class_1269;
COMMENT Indicates an action is not performed but allows other actions to
COMMENT perform.
@ -19,3 +22,5 @@ CLASS net/minecraft/class_1269 net/minecraft/util/ActionResult
METHOD method_29236 success (Z)Lnet/minecraft/class_1269;
ARG 0 swingHand
METHOD method_36360 shouldIncrementStat ()Z
COMMENT Returns whether action performance should increment an item's 'used'
COMMENT statistic.