diff --git a/mappings/net/minecraft/util/ActionResult.mapping b/mappings/net/minecraft/util/ActionResult.mapping index 53844c78b7..ea71971e7f 100644 --- a/mappings/net/minecraft/util/ActionResult.mapping +++ b/mappings/net/minecraft/util/ActionResult.mapping @@ -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.