Uses of Interface
com.mojang.datafixers.util.Function5
Packages that use Function5
Package
Description
-
Uses of Function5 in com.mojang.datafixers
Methods in com.mojang.datafixers with parameters of type Function5Modifier and TypeMethodDescriptionMethod parameters in com.mojang.datafixers with type arguments of type Function5 -
Uses of Function5 in com.mojang.datafixers.kinds
Methods in com.mojang.datafixers.kinds that return Function5Modifier and TypeMethodDescriptiondefault <T1,T2, T3, T4, T5, R>
Function5<App<F, T1>, App<F, T2>, App<F, T3>, App<F, T4>, App<F, T5>, App<F, R>> Methods in com.mojang.datafixers.kinds with parameters of type Function5Modifier and TypeMethodDescriptionApplicative.apply5(Function5<T1, T2, T3, T4, T5, R> func, App<F, T1> t1, App<F, T2> t2, App<F, T3> t3, App<F, T4> t4, App<F, T5> t5) Method parameters in com.mojang.datafixers.kinds with type arguments of type Function5 -
Uses of Function5 in com.mojang.datafixers.util
Methods in com.mojang.datafixers.util that return Function5Modifier and TypeMethodDescriptionFunction10.curry5()Function11.curry5()Function12.curry5()Function13.curry5()Function14.curry5()Function15.curry5()Function16.curry5()Function6.curry5()Function7.curry5()Function8.curry5()Function9.curry5()Methods in com.mojang.datafixers.util that return types with arguments of type Function5 -
Uses of Function5 in net.minecraft.client.data.models.blockstates
Methods in net.minecraft.client.data.models.blockstates with parameters of type Function5 -
Uses of Function5 in net.minecraft.network.codec
Methods in net.minecraft.network.codec with parameters of type Function5Modifier and TypeMethodDescriptionstatic <B,C, T1, T2, T3, T4, T5>
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, Function5<T1, T2, T3, T4, T5, C> constructor)