-
Constructor Summary
Constructors
-
Method Summary
static <F,
S> com.mojang.datafixers.util.Pair<F,S>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ExpandPair
public ExpandPair()
-
Method Details
-
of
public static <F,
S>
com.mojang.datafixers.util.Pair<F,S> of(Class<F> fClass,
Class<S> sClass,
F first,
S second)