Uses of Interface
com.mojang.datafixers.util.Function6
Packages that use Function6
Package
Description
-
Uses of Function6 in com.mojang.datafixers
Methods in com.mojang.datafixers with parameters of type Function6Modifier and TypeMethodDescriptionMethod parameters in com.mojang.datafixers with type arguments of type Function6 -
Uses of Function6 in com.mojang.datafixers.kinds
Methods in com.mojang.datafixers.kinds that return Function6Modifier and TypeMethodDescriptiondefault <T1,T2, T3, T4, T5, T6, R>
Function6<App<F, T1>, App<F, T2>, App<F, T3>, App<F, T4>, App<F, T5>, App<F, T6>, App<F, R>> Methods in com.mojang.datafixers.kinds with parameters of type Function6Modifier and TypeMethodDescriptionApplicative.apply6(Function6<T1, T2, T3, T4, T5, T6, 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) Method parameters in com.mojang.datafixers.kinds with type arguments of type Function6 -
Uses of Function6 in com.mojang.datafixers.util
Methods in com.mojang.datafixers.util that return Function6Modifier and TypeMethodDescriptionFunction10.curry6()Function11.curry6()Function12.curry6()Function13.curry6()Function14.curry6()Function15.curry6()Function16.curry6()Function7.curry6()Function8.curry6()Function9.curry6()Methods in com.mojang.datafixers.util that return types with arguments of type Function6 -
Uses of Function6 in net.minecraft.network.codec
Methods in net.minecraft.network.codec with parameters of type Function6Modifier and TypeMethodDescriptionstatic <B,C, T1, T2, T3, T4, T5, T6>
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, Function6<T1, T2, T3, T4, T5, T6, C> constructor)