Class BlockStateVariantMap.TripleProperty<V,T1 extends Comparable<T1>,T2 extends Comparable<T2>,T3 extends Comparable<T3>>

java.lang.Object
net.minecraft.client.data.BlockStateVariantMap<V>
net.minecraft.client.data.BlockStateVariantMap.TripleProperty<V,T1,T2,T3>
Enclosing class:
BlockStateVariantMap<V>

@Environment(CLIENT) public static class BlockStateVariantMap.TripleProperty<V,T1 extends Comparable<T1>,T2 extends Comparable<T2>,T3 extends Comparable<T3>> extends BlockStateVariantMap<V>
Mappings:
Namespace Name
named net/minecraft/client/data/BlockStateVariantMap$TripleProperty
intermediary net/minecraft/class_4926$class_4929
official fwh$c
  • Field Details

    • first

      private final Property<T1 extends Comparable<T1>> first
      Mappings:
      Namespace Name Mixin selector
      named first Lnet/minecraft/client/data/BlockStateVariantMap$TripleProperty;first:Lnet/minecraft/state/property/Property;
      intermediary field_22867 Lnet/minecraft/class_4926$class_4929;field_22867:Lnet/minecraft/class_2769;
      official a Lfwh$c;a:Lefe;
    • second

      private final Property<T2 extends Comparable<T2>> second
      Mappings:
      Namespace Name Mixin selector
      named second Lnet/minecraft/client/data/BlockStateVariantMap$TripleProperty;second:Lnet/minecraft/state/property/Property;
      intermediary field_22868 Lnet/minecraft/class_4926$class_4929;field_22868:Lnet/minecraft/class_2769;
      official b Lfwh$c;b:Lefe;
    • third

      private final Property<T3 extends Comparable<T3>> third
      Mappings:
      Namespace Name Mixin selector
      named third Lnet/minecraft/client/data/BlockStateVariantMap$TripleProperty;third:Lnet/minecraft/state/property/Property;
      intermediary field_22869 Lnet/minecraft/class_4926$class_4929;field_22869:Lnet/minecraft/class_2769;
      official c Lfwh$c;c:Lefe;
  • Constructor Details

    • TripleProperty

      TripleProperty(Property<T1> first, Property<T2> second, Property<T3> third)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/data/BlockStateVariantMap$TripleProperty;<init>(Lnet/minecraft/state/property/Property;Lnet/minecraft/state/property/Property;Lnet/minecraft/state/property/Property;)V
      intermediary <init> Lnet/minecraft/class_4926$class_4929;<init>(Lnet/minecraft/class_2769;Lnet/minecraft/class_2769;Lnet/minecraft/class_2769;)V
      official <init> Lfwh$c;<init>(Lefe;Lefe;Lefe;)V
  • Method Details

    • getProperties

      public List<Property<?>> getProperties()
      Specified by:
      getProperties in class BlockStateVariantMap<V>
      Mappings:
      Namespace Name Mixin selector
      named getProperties Lnet/minecraft/client/data/BlockStateVariantMap;getProperties()Ljava/util/List;
      intermediary method_25791 Lnet/minecraft/class_4926;method_25791()Ljava/util/List;
      official b Lfwh;b()Ljava/util/List;
    • register

      public BlockStateVariantMap.TripleProperty<V,T1,T2,T3> register(T1 firstProperty, T2 secondProperty, T3 thirdProperty, V variant)
      Mappings:
      Namespace Name Mixin selector
      named register Lnet/minecraft/client/data/BlockStateVariantMap$TripleProperty;register(Ljava/lang/Comparable;Ljava/lang/Comparable;Ljava/lang/Comparable;Ljava/lang/Object;)Lnet/minecraft/client/data/BlockStateVariantMap$TripleProperty;
      intermediary method_25807 Lnet/minecraft/class_4926$class_4929;method_25807(Ljava/lang/Comparable;Ljava/lang/Comparable;Ljava/lang/Comparable;Ljava/lang/Object;)Lnet/minecraft/class_4926$class_4929;
      official a Lfwh$c;a(Ljava/lang/Comparable;Ljava/lang/Comparable;Ljava/lang/Comparable;Ljava/lang/Object;)Lfwh$c;
    • generate

      public BlockStateVariantMap<V> generate(com.mojang.datafixers.util.Function3<T1,T2,T3,V> variantFactory)
      Mappings:
      Namespace Name Mixin selector
      named generate Lnet/minecraft/client/data/BlockStateVariantMap$TripleProperty;generate(Lcom/mojang/datafixers/util/Function3;)Lnet/minecraft/client/data/BlockStateVariantMap;
      intermediary method_25805 Lnet/minecraft/class_4926$class_4929;method_25805(Lcom/mojang/datafixers/util/Function3;)Lnet/minecraft/class_4926;
      official a Lfwh$c;a(Lcom/mojang/datafixers/util/Function3;)Lfwh;