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

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

    • apply

      R apply(P1 one, P2 two, P3 three, P4 four)
      Mappings:
      Namespace Name Mixin selector
      official apply Lkv$g;apply(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
      intermediary method_35906 Lnet/minecraft/class_4926$class_6291;method_35906(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
      named apply Lnet/minecraft/data/client/BlockStateVariantMap$QuadFunction;apply(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;