Uses of Interface
com.mojang.datafixers.util.Function4
Packages that use Function4
Package
Description
-
Uses of Function4 in com.mojang.datafixers
Methods in com.mojang.datafixers with parameters of type Function4Modifier and TypeMethodDescriptionMethod parameters in com.mojang.datafixers with type arguments of type Function4 -
Uses of Function4 in com.mojang.datafixers.kinds
Methods in com.mojang.datafixers.kinds that return Function4Modifier and TypeMethodDescriptionMethods in com.mojang.datafixers.kinds with parameters of type Function4Modifier and TypeMethodDescriptionApplicative.apply4(Function4<T1, T2, T3, T4, R> func, App<F, T1> t1, App<F, T2> t2, App<F, T3> t3, App<F, T4> t4) Method parameters in com.mojang.datafixers.kinds with type arguments of type Function4 -
Uses of Function4 in com.mojang.datafixers.util
Methods in com.mojang.datafixers.util that return Function4Modifier and TypeMethodDescriptionFunction10.curry4()Function11.curry4()Function12.curry4()Function13.curry4()Function14.curry4()Function15.curry4()Function16.curry4()Function5.curry4()Function6.curry4()Function7.curry4()Function8.curry4()Function9.curry4()Methods in com.mojang.datafixers.util that return types with arguments of type Function4 -
Uses of Function4 in com.mojang.serialization.codecs
Method parameters in com.mojang.serialization.codecs with type arguments of type Function4Modifier and TypeMethodDescription<T1,T2, T3, T4, R>
App<RecordCodecBuilder.Mu<O>, R> RecordCodecBuilder.Instance.ap4(App<RecordCodecBuilder.Mu<O>, Function4<T1, T2, T3, T4, R>> func, App<RecordCodecBuilder.Mu<O>, T1> t1, App<RecordCodecBuilder.Mu<O>, T2> t2, App<RecordCodecBuilder.Mu<O>, T3> t3, App<RecordCodecBuilder.Mu<O>, T4> t4) -
Uses of Function4 in net.minecraft.client.data.models.blockstates
Methods in net.minecraft.client.data.models.blockstates with parameters of type Function4 -
Uses of Function4 in net.minecraft.network.codec
Methods in net.minecraft.network.codec with parameters of type Function4Modifier and TypeMethodDescriptionstatic <B,C, T1, T2, T3, T4>
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, Function4<T1, T2, T3, T4, C> constructor) -
Uses of Function4 in net.minecraft.world.entity.ai.behavior.declarative
Method parameters in net.minecraft.world.entity.ai.behavior.declarative with type arguments of type Function4Modifier and TypeMethodDescription<T1,T2, T3, T4, R>
BehaviorBuilder<E, R> BehaviorBuilder.Instance.ap4(App<BehaviorBuilder.Mu<E>, Function4<T1, T2, T3, T4, R>> func, App<BehaviorBuilder.Mu<E>, T1> t1, App<BehaviorBuilder.Mu<E>, T2> t2, App<BehaviorBuilder.Mu<E>, T3> t3, App<BehaviorBuilder.Mu<E>, T4> t4) -
Uses of Function4 in net.neoforged.neoforge.client.gui
Fields in net.neoforged.neoforge.client.gui declared as Function4Modifier and TypeFieldDescriptionprivate final Function4<ConfigurationScreen, net.neoforged.fml.config.ModConfig.Type, net.neoforged.fml.config.ModConfig, Component, Screen> ConfigurationScreen.sectionScreenConstructors in net.neoforged.neoforge.client.gui with parameters of type Function4ModifierConstructorDescriptionConfigurationScreen(net.neoforged.fml.ModContainer mod, Screen parent, Function4<ConfigurationScreen, net.neoforged.fml.config.ModConfig.Type, net.neoforged.fml.config.ModConfig, Component, Screen> sectionScreen)