Interface BlockStateVariantMap.QuintFunction<P1,P2,P3,P4,P5,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.QuintFunction<P1,P2,P3,P4,P5,R>
Mappings:
Namespace Name
official kv$f
intermediary net/minecraft/class_4926$class_6290
named net/minecraft/data/client/BlockStateVariantMap$QuintFunction
  • Method Summary

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

    • apply

      R apply(P1 one, P2 two, P3 three, P4 four, P5 five)
      Mappings:
      Namespace Name Mixin selector
      official apply Lkv$f;apply(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
      intermediary method_35905 Lnet/minecraft/class_4926$class_6290;method_35905(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
      named apply Lnet/minecraft/data/client/BlockStateVariantMap$QuintFunction;apply(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;