Package com.petrolpark.util
Class BlockHelper
java.lang.Object
com.petrolpark.util.BlockHelper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final Stream<net.minecraft.core.BlockPos> betweenClosedExcludingEdges(net.minecraft.core.BlockPos firstPos, net.minecraft.core.BlockPos secondPos) static final booleancoplanar(net.minecraft.core.BlockPos pos1, net.minecraft.core.BlockPos pos2) static final Predicate<net.minecraft.core.BlockPos> coplanarWith(net.minecraft.core.BlockPos pos)
-
Field Details
-
UNIT
public static final net.minecraft.core.Vec3i UNIT
-
-
Constructor Details
-
BlockHelper
public BlockHelper()
-
-
Method Details
-
betweenClosedExcludingEdges
public static final Stream<net.minecraft.core.BlockPos> betweenClosedExcludingEdges(net.minecraft.core.BlockPos firstPos, net.minecraft.core.BlockPos secondPos) -
coplanar
public static final boolean coplanar(net.minecraft.core.BlockPos pos1, net.minecraft.core.BlockPos pos2) -
coplanarWith
public static final Predicate<net.minecraft.core.BlockPos> coplanarWith(net.minecraft.core.BlockPos pos)
-