Package com.petrolpark.util
Class KineticsHelper
java.lang.Object
com.petrolpark.util.KineticsHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddLargeCogwheelPropagationLocations(net.minecraft.core.BlockPos pos, List<net.minecraft.core.BlockPos> neighbours) static net.minecraft.core.DirectiondirectionBetween(net.minecraft.core.BlockPos posFrom, net.minecraft.core.BlockPos posTo) static com.mojang.blaze3d.vertex.PoseStackrotateToAxis(net.minecraft.core.Direction.Axis axis) static com.mojang.blaze3d.vertex.PoseStackrotateToFace(net.minecraft.core.Direction facing)
-
Constructor Details
-
KineticsHelper
public KineticsHelper()
-
-
Method Details
-
addLargeCogwheelPropagationLocations
public static void addLargeCogwheelPropagationLocations(net.minecraft.core.BlockPos pos, List<net.minecraft.core.BlockPos> neighbours) -
directionBetween
public static net.minecraft.core.Direction directionBetween(net.minecraft.core.BlockPos posFrom, net.minecraft.core.BlockPos posTo) -
rotateToFace
public static com.mojang.blaze3d.vertex.PoseStack rotateToFace(net.minecraft.core.Direction facing) -
rotateToAxis
public static com.mojang.blaze3d.vertex.PoseStack rotateToAxis(net.minecraft.core.Direction.Axis axis)
-