Interface BlockStateVariantMap.TriFunction<P1,P2,P3,R>

Enclosing class:
BlockStateVariantMap
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface BlockStateVariantMap.TriFunction<P1,P2,P3,R>
Mappings:
Namespace Name
official kv$h
intermediary net/minecraft/class_4926$class_4932
named net/minecraft/data/client/BlockStateVariantMap$TriFunction
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(P1 one, P2 two, P3 three)
     
  • Method Details

    • apply

      R apply(P1 one, P2 two, P3 three)
      Mappings:
      Namespace Name Mixin selector
      official apply Lkv$h;apply(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
      intermediary apply Lnet/minecraft/class_4926$class_4932;apply(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
      named apply Lnet/minecraft/data/client/BlockStateVariantMap$TriFunction;apply(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;