java.lang.Object
com.simibubi.create.content.contraptions.actors.roller.PaveTask
public class PaveTask
extends Object
-
Constructor Summary
Constructors
-
Method Summary
float
get(net.createmod.catnip.data.Couple<Integer> coords)
net.createmod.catnip.data.Couple<Double>
void
put(int x,
int z,
float y)
void
put(net.minecraft.core.BlockPos p)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PaveTask
public PaveTask(double h1,
double h2)
-
Method Details
-
getHorizontalInterval
public net.createmod.catnip.data.Couple<Double> getHorizontalInterval()
-
put
public void put(int x,
int z,
float y)
-
get
public float get(net.createmod.catnip.data.Couple<Integer> coords)
-
keys
public Set<net.createmod.catnip.data.Couple<Integer>> keys()
-
put
public void put(net.minecraft.core.BlockPos p)