Uses of Interface
com.mojang.datafixers.util.Function7
Packages that use Function7
Package
Description
-
Uses of Function7 in com.mojang.datafixers
Methods in com.mojang.datafixers with parameters of type Function7Modifier and TypeMethodDescriptionMethod parameters in com.mojang.datafixers with type arguments of type Function7 -
Uses of Function7 in com.mojang.datafixers.kinds
Methods in com.mojang.datafixers.kinds that return Function7Modifier and TypeMethodDescriptiondefault <T1,T2, T3, T4, T5, T6, T7, R>
Function7<App<F, T1>, App<F, T2>, App<F, T3>, App<F, T4>, App<F, T5>, App<F, T6>, App<F, T7>, App<F, R>> Methods in com.mojang.datafixers.kinds with parameters of type Function7Modifier and TypeMethodDescriptionApplicative.apply7(Function7<T1, T2, T3, T4, T5, T6, T7, R> func, App<F, T1> t1, App<F, T2> t2, App<F, T3> t3, App<F, T4> t4, App<F, T5> t5, App<F, T6> t6, App<F, T7> t7) Method parameters in com.mojang.datafixers.kinds with type arguments of type Function7Modifier and TypeMethodDescriptionApplicative.ap7(App<F, Function7<T1, T2, T3, T4, T5, T6, T7, R>> func, App<F, T1> t1, App<F, T2> t2, App<F, T3> t3, App<F, T4> t4, App<F, T5> t5, App<F, T6> t6, App<F, T7> t7) default <T1,T2, T3, T4, T5, T6, T7, R>
Function7<App<F, T1>, App<F, T2>, App<F, T3>, App<F, T4>, App<F, T5>, App<F, T6>, App<F, T7>, App<F, R>> -
Uses of Function7 in com.mojang.datafixers.util
Methods in com.mojang.datafixers.util that return Function7Modifier and TypeMethodDescriptionFunction10.curry7()Function11.curry7()Function12.curry7()Function13.curry7()Function14.curry7()Function15.curry7()Function16.curry7()Function8.curry7()Function9.curry7()Methods in com.mojang.datafixers.util that return types with arguments of type Function7 -
Uses of Function7 in net.minecraft.network.codec
Methods in net.minecraft.network.codec with parameters of type Function7Modifier and TypeMethodDescriptionstatic <B,C, T1, T2, T3, T4, T5, T6, T7>
StreamCodec<B, C> StreamCodec.composite(StreamCodec<? super B, T1> codec1, Function<C, T1> getter1, StreamCodec<? super B, T2> codec2, Function<C, T2> getter2, StreamCodec<? super B, T3> codec3, Function<C, T3> getter3, StreamCodec<? super B, T4> codec4, Function<C, T4> getter4, StreamCodec<? super B, T5> codec5, Function<C, T5> getter5, StreamCodec<? super B, T6> codec6, Function<C, T6> getter6, StreamCodec<? super B, T7> codec7, Function<C, T7> getter7, Function7<T1, T2, T3, T4, T5, T6, T7, C> constructor)