History - com.mojang.datafixers.functions.PointFreeRule

1.13

Names

com.mojang.datafixers.functions.PointFreeRule

Fields

Constructors

Methods

<A> Optional<? extends PointFree<A>> (Type<A>, PointFree<A>): rewrite

<A, B> Optional<View<A, B>> (View<A, B>): rewrite

<A> PointFree<A> (Type<A>, PointFree<A>): rewriteOrNop

<A, B> View<A, B> (View<A, B>): rewriteOrNop

PointFreeRule (): nop

PointFreeRule (PointFreeRule, Supplier<PointFreeRule>): seq

PointFreeRule (List<Supplier<PointFreeRule>>): seq

PointFreeRule (PointFreeRule, PointFreeRule): orElse

PointFreeRule (PointFreeRule, Supplier<PointFreeRule>): orElseStrict

PointFreeRule (PointFreeRule): all

PointFreeRule (PointFreeRule): one

PointFreeRule (PointFreeRule): once

PointFreeRule (PointFreeRule): many

PointFreeRule (PointFreeRule): everywhere