yarn/mappings/net/minecraft/loot/condition/LootConditionTypes.mapping

18 lines
892 B
Plaintext
Raw Normal View History

2020-05-30 14:32:22 -04:00
CLASS net/minecraft/class_217 net/minecraft/loot/condition/LootConditionTypes
2023-08-09 11:28:38 -04:00
METHOD method_29327 register (Ljava/lang/String;Lcom/mojang/serialization/Codec;)Lnet/minecraft/class_5342;
2020-05-30 14:32:22 -04:00
ARG 0 id
METHOD method_921 (Ljava/lang/Object;)Z
ARG 0 predicatesx
2023-08-09 11:28:38 -04:00
METHOD method_924 matchingAll (Ljava/util/List;)Ljava/util/function/Predicate;
COMMENT Returns a predicate that returns true only if all its element predicates
COMMENT return true, as if applied by logical and.
2023-08-09 11:28:38 -04:00
METHOD method_925 matchingAny (Ljava/util/List;)Ljava/util/function/Predicate;
COMMENT Returns a predicate that returns true if any its element predicates
COMMENT return true, as if applied by logical or.
2023-08-09 11:28:38 -04:00
METHOD method_927 (Ljava/util/List;Ljava/lang/Object;)Z
ARG 1 operand
METHOD method_928 (Ljava/lang/Object;)Z
ARG 0 predicatesx
2023-08-09 11:28:38 -04:00
METHOD method_929 (Ljava/util/List;Ljava/lang/Object;)Z
ARG 1 operand