Uses of Interface
com.mojang.datafixers.kinds.K1
Packages that use K1
Package
Description
-
Uses of K1 in com.mojang.datafixers
Classes in com.mojang.datafixers with type parameters of type K1Modifier and TypeClassDescriptionstatic final classProducts.P1<F extends K1, T1>static final classProducts.P10<F extends K1, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>static final classProducts.P11<F extends K1, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>static final classProducts.P12<F extends K1, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>static final classProducts.P13<F extends K1, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>static final classProducts.P14<F extends K1, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>static final classProducts.P15<F extends K1, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>static final classProducts.P16<F extends K1, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>static final classProducts.P2<F extends K1, T1, T2>static final classProducts.P3<F extends K1, T1, T2, T3>static final classProducts.P4<F extends K1, T1, T2, T3, T4>static final classProducts.P5<F extends K1, T1, T2, T3, T4, T5>static final classProducts.P6<F extends K1, T1, T2, T3, T4, T5, T6>static final classProducts.P7<F extends K1, T1, T2, T3, T4, T5, T6, T7>static final classProducts.P8<F extends K1, T1, T2, T3, T4, T5, T6, T7, T8>static final classProducts.P9<F extends K1, T1, T2, T3, T4, T5, T6, T7, T8, T9>Classes in com.mojang.datafixers that implement K1Modifier and TypeClassDescriptionstatic final classstatic final classstatic final classFields in com.mojang.datafixers with type parameters of type K1Methods in com.mojang.datafixers with type parameters of type K1Modifier and TypeMethodDescriptionTypedOptic.apply(com.google.common.reflect.TypeToken<Proof2> token, App<Proof2, P> proof, App2<P, A, B> argument) static <Proof2 extends K1>
booleanTypedOptic.instanceOf(Collection<com.google.common.reflect.TypeToken<? extends K1>> bounds, com.google.common.reflect.TypeToken<Proof2> proof) <A, B, F extends K1>
App2<FunctionType.Mu, App<F, A>, App<F, B>> FunctionType.Instance.mapping(Functor<F, ?> functor, App2<FunctionType.Mu, A, B> input) TypedOptic.upCast(com.google.common.reflect.TypeToken<Proof2> proof) Methods in com.mojang.datafixers that return types with arguments of type K1Modifier and TypeMethodDescriptionTypedOptic.bounds()Returns the value of theboundsrecord component.Method parameters in com.mojang.datafixers with type arguments of type K1Modifier and TypeMethodDescriptionstatic <Proof2 extends K1>
booleanTypedOptic.instanceOf(Collection<com.google.common.reflect.TypeToken<? extends K1>> bounds, com.google.common.reflect.TypeToken<Proof2> proof) Constructor parameters in com.mojang.datafixers with type arguments of type K1ModifierConstructorDescriptionTypedOptic(com.google.common.reflect.TypeToken<? extends K1> proofBound, Type<S> sType, Type<T> tType, Type<A> aType, Type<B> bType, Optic<?, S, T, A, B> optic) TypedOptic(Set<com.google.common.reflect.TypeToken<? extends K1>> proofBounds, Type<S> sType, Type<T> tType, Type<A> aType, Type<B> bType, Optic<?, S, T, A, B> optic) TypedOptic(Set<com.google.common.reflect.TypeToken<? extends K1>> bounds, List<? extends TypedOptic.Element<?, ?, ?, ?>> elements) Creates an instance of aTypedOpticrecord class. -
Uses of K1 in com.mojang.datafixers.kinds
Classes in com.mojang.datafixers.kinds with type parameters of type K1Modifier and TypeInterfaceDescriptioninterfaceinterfaceApplicative<F extends K1, Mu extends Applicative.Mu>interfaceCartesianLike<T extends K1, C, Mu extends CartesianLike.Mu>interfaceCocartesianLike<T extends K1, C, Mu extends CocartesianLike.Mu>interfaceFunctor<F extends K1, Mu extends Functor.Mu>interfaceinterfaceRepresentable<T extends K1, C, Mu extends Representable.Mu>interfaceTraversable<T extends K1, Mu extends Traversable.Mu>Subinterfaces of K1 in com.mojang.datafixers.kindsModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfaceClasses in com.mojang.datafixers.kinds that implement K1Modifier and TypeClassDescriptionstatic final classstatic final classConst.Mu<C>static final classstatic final classstatic final classstatic final classstatic final classstatic final classMethods in com.mojang.datafixers.kinds with type parameters of type K1Modifier and TypeMethodDescriptionListBox.flip(Applicative<F, ?> applicative, List<App<F, A>> input) Traversable.flip(Applicative<F, ?> applicative, App<T, App<F, A>> input) CocartesianLike.traverse(Applicative<F, ?> applicative, Function<A, App<F, B>> function, App<T, A> input) <F extends K1, A, B>
App<F, App<ListBox.Mu, B>> ListBox.Instance.traverse(Applicative<F, ?> applicative, Function<A, App<F, B>> function, App<ListBox.Mu, A> input) ListBox.traverse(Applicative<F, ?> applicative, Function<A, App<F, B>> function, List<A> input) <F extends K1, A, B>
App<F, App<OptionalBox.Mu, B>> OptionalBox.Instance.traverse(Applicative<F, ?> applicative, Function<A, App<F, B>> function, App<OptionalBox.Mu, A> input) static <F extends K1, Mu extends Applicative.Mu>
Applicative<F, Mu> static <F extends K1, C, Mu extends CartesianLike.Mu>
CartesianLike<F, C, Mu> static <F extends K1, C, Mu extends CocartesianLike.Mu>
CocartesianLike<F, C, Mu> static <F extends K1, Mu extends Functor.Mu>
Functor<F, Mu> static <F extends K1, C, Mu extends Representable.Mu>
Representable<F, C, Mu> static <F extends K1, Mu extends Traversable.Mu>
Traversable<F, Mu> -
Uses of K1 in com.mojang.datafixers.optics
Classes in com.mojang.datafixers.optics with type parameters of type K1Modifier and TypeInterfaceDescriptioninterfacestatic final recordOptic.CompositionOptic<Proof extends K1, S, T, A, B>Classes in com.mojang.datafixers.optics that implement K1Modifier and TypeClassDescriptionstatic final class(package private) static final classstatic final classstatic final classPStore.Instance.Mu<I,J> static final classPStore.Mu<I,J> (package private) static final classstatic final class(package private) static final class(package private) static final class(package private) static final classMethods in com.mojang.datafixers.optics with type parameters of type K1Modifier and TypeMethodDescriptionOptic.upCast(Set<com.google.common.reflect.TypeToken<? extends K1>> proofBounds, com.google.common.reflect.TypeToken<Proof2> proof) ListTraversal.wander(Applicative<F, ?> applicative, FunctionType<A, App<F, B>> input) <F extends K1>
FunctionType<S, App<F, T>> Wander.wander(Applicative<F, ?> applicative, FunctionType<A, App<F, B>> input) Method parameters in com.mojang.datafixers.optics with type arguments of type K1 -
Uses of K1 in com.mojang.datafixers.optics.profunctors
Classes in com.mojang.datafixers.optics.profunctors with type parameters of type K1Modifier and TypeInterfaceDescriptioninterfaceFunctorProfunctor<T extends K1, P extends K2, Mu extends FunctorProfunctor.Mu<T>>static interfaceFunctorProfunctor.Mu<T extends K1>classProfunctorFunctorWrapper<P extends K2, F extends K1, G extends K1, A, B>classProfunctorFunctorWrapper<P extends K2, F extends K1, G extends K1, A, B>static final classProfunctorFunctorWrapper.Instance<P extends K2, F extends K1, G extends K1>static final classProfunctorFunctorWrapper.Instance<P extends K2, F extends K1, G extends K1>static final classProfunctorFunctorWrapper.Mu<P extends K2, F extends K1, G extends K1>static final classProfunctorFunctorWrapper.Mu<P extends K2, F extends K1, G extends K1>Subinterfaces of K1 in com.mojang.datafixers.optics.profunctorsModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfaceFunctorProfunctor.Mu<T extends K1>static interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfaceClasses in com.mojang.datafixers.optics.profunctors that implement K1Methods in com.mojang.datafixers.optics.profunctors with type parameters of type K1Modifier and TypeMethodDescriptionFunctorProfunctor.distribute(App<? extends T, F> proof, App2<P, A, B> input) TraversalP.traverse(Traversable<T, ?> traversable, App2<P, A, B> input) static <T extends K1, P extends K2, Mu extends FunctorProfunctor.Mu<T>>
FunctorProfunctor<T, P, Mu> static <P extends K2, F extends K1, G extends K1, A, B>
ProfunctorFunctorWrapper<P, F, G, A, B> ProfunctorFunctorWrapper.unbox(App2<ProfunctorFunctorWrapper.Mu<P, F, G>, A, B> box) static <P extends K2, F extends K1, G extends K1, A, B>
ProfunctorFunctorWrapper<P, F, G, A, B> ProfunctorFunctorWrapper.unbox(App2<ProfunctorFunctorWrapper.Mu<P, F, G>, A, B> box) -
Uses of K1 in com.mojang.datafixers.types
Classes in com.mojang.datafixers.types that implement K1 -
Uses of K1 in com.mojang.datafixers.util
Classes in com.mojang.datafixers.util that implement K1Modifier and TypeClassDescriptionstatic final classstatic final classEither.Mu<R>static final classPair.Instance.Mu<S2>static final classPair.Mu<S>Methods in com.mojang.datafixers.util with type parameters of type K1 -
Uses of K1 in com.mojang.serialization
Classes in com.mojang.serialization that implement K1Modifier and TypeClassDescriptionstatic final classstatic final class -
Uses of K1 in com.mojang.serialization.codecs
Classes in com.mojang.serialization.codecs that implement K1Modifier and TypeClassDescriptionprivate static final classstatic final class -
Uses of K1 in net.minecraft.world.entity.ai.behavior.declarative
Classes in net.minecraft.world.entity.ai.behavior.declarative with type parameters of type K1Modifier and TypeClassDescriptionprivate static final classBehaviorBuilder.PureMemory<E extends LivingEntity, F extends K1, Value>final classMemoryAccessor<F extends K1, Value>interfaceMemoryCondition<F extends K1, Value>Classes in net.minecraft.world.entity.ai.behavior.declarative that implement K1Modifier and TypeClassDescriptionprivate static final classBehaviorBuilder.Instance.Mu<E extends LivingEntity>static final classBehaviorBuilder.Mu<E extends LivingEntity>