Uses of Interface
com.mojang.datafixers.util.Function8
Packages that use Function8
Package
Description
-
Uses of Function8 in com.mojang.datafixers
Methods in com.mojang.datafixers with parameters of type Function8Modifier and TypeMethodDescriptionMethod parameters in com.mojang.datafixers with type arguments of type Function8 -
Uses of Function8 in com.mojang.datafixers.kinds
Methods in com.mojang.datafixers.kinds that return Function8Modifier and TypeMethodDescriptiondefault <T1,T2, T3, T4, T5, T6, T7, T8, R>
Function8<App<F, T1>, App<F, T2>, App<F, T3>, App<F, T4>, App<F, T5>, App<F, T6>, App<F, T7>, App<F, T8>, App<F, R>> Methods in com.mojang.datafixers.kinds with parameters of type Function8Modifier and TypeMethodDescriptionApplicative.apply8(Function8<T1, T2, T3, T4, T5, T6, T7, T8, 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, App<F, T8> t8) Method parameters in com.mojang.datafixers.kinds with type arguments of type Function8Modifier and TypeMethodDescriptionApplicative.ap8(App<F, Function8<T1, T2, T3, T4, T5, T6, T7, T8, 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, App<F, T8> t8) default <T1,T2, T3, T4, T5, T6, T7, T8, R>
Function8<App<F, T1>, App<F, T2>, App<F, T3>, App<F, T4>, App<F, T5>, App<F, T6>, App<F, T7>, App<F, T8>, App<F, R>> -
Uses of Function8 in com.mojang.datafixers.util
Methods in com.mojang.datafixers.util that return Function8Modifier and TypeMethodDescriptionFunction10.curry8()Function11.curry8()Function12.curry8()Function13.curry8()Function14.curry8()Function15.curry8()Function16.curry8()Function9.curry8()Methods in com.mojang.datafixers.util that return types with arguments of type Function8 -
Uses of Function8 in net.minecraft.network.codec
Methods in net.minecraft.network.codec with parameters of type Function8Modifier and TypeMethodDescriptionstatic <B,C, T1, T2, T3, T4, T5, T6, T7, T8>
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, StreamCodec<? super B, T8> codec8, Function<C, T8> getter8, Function8<T1, T2, T3, T4, T5, T6, T7, T8, C> constructor)