Uses of Interface
com.mojang.datafixers.util.Function11
Packages that use Function11
Package
Description
-
Uses of Function11 in com.mojang.datafixers
Methods in com.mojang.datafixers with parameters of type Function11Modifier and TypeMethodDescriptionProducts.P11.apply(Applicative<F, ?> instance, Function11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, R> function) Method parameters in com.mojang.datafixers with type arguments of type Function11 -
Uses of Function11 in com.mojang.datafixers.kinds
Method parameters in com.mojang.datafixers.kinds with type arguments of type Function11 -
Uses of Function11 in com.mojang.datafixers.util
Methods in com.mojang.datafixers.util that return Function11Modifier and TypeMethodDescriptionFunction12.curry11()Function13.curry11()Function14.curry11()Function15.curry11()Function16.curry11()Methods in com.mojang.datafixers.util that return types with arguments of type Function11 -
Uses of Function11 in net.minecraft.network.codec
Methods in net.minecraft.network.codec with parameters of type Function11Modifier and TypeMethodDescriptionstatic <B,C, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
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, StreamCodec<? super B, T9> codec9, Function<C, T9> getter9, StreamCodec<? super B, T10> codec10, Function<C, T10> getter10, StreamCodec<? super B, T11> codec11, Function<C, T11> getter11, Function11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, C> constructor)