Interface StatePredicate.ValueMatcher

All Known Implementing Classes:
StatePredicate.ExactValueMatcher, StatePredicate.RangedValueMatcher
Enclosing class:
StatePredicate

private static interface StatePredicate.ValueMatcher
Mappings:
Namespace Name
official cz$e
intermediary net/minecraft/class_4559$class_8750
named net/minecraft/predicate/StatePredicate$ValueMatcher
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.mojang.serialization.Codec<StatePredicate.ValueMatcher>
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends Comparable<T>>
    boolean
    test(State<?,?> state, Property<T> property)
     
  • Field Details

    • CODEC

      static final com.mojang.serialization.Codec<StatePredicate.ValueMatcher> CODEC
      Mappings:
      Namespace Name Mixin selector
      official b Lcz$e;b:Lcom/mojang/serialization/Codec;
      intermediary field_45781 Lnet/minecraft/class_4559$class_8750;field_45781:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/predicate/StatePredicate$ValueMatcher;CODEC:Lcom/mojang/serialization/Codec;
  • Method Details

    • test

      <T extends Comparable<T>> boolean test(State<?,?> state, Property<T> property)
      Mappings:
      Namespace Name Mixin selector
      official a Lcz$e;a(Ldjj;Ldkk;)Z
      intermediary method_22532 Lnet/minecraft/class_4559$class_8750;method_22532(Lnet/minecraft/class_2688;Lnet/minecraft/class_2769;)Z
      named test Lnet/minecraft/predicate/StatePredicate$ValueMatcher;test(Lnet/minecraft/state/State;Lnet/minecraft/state/property/Property;)Z