Package com.wdiscute.starcatcher.compat
Class SableCompat
java.lang.Object
com.wdiscute.starcatcher.compat.SableCompat
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic doublegetPlayerX(net.minecraft.world.entity.player.Player player, net.minecraft.core.BlockPos blockPos) static doublegetPlayerZ(net.minecraft.world.entity.player.Player player, net.minecraft.core.BlockPos blockPos) static booleanisLoaded()
-
Constructor Details
-
SableCompat
public SableCompat()
-
-
Method Details
-
isLoaded
public static boolean isLoaded() -
getPlayerX
public static double getPlayerX(net.minecraft.world.entity.player.Player player, net.minecraft.core.BlockPos blockPos) -
getPlayerZ
public static double getPlayerZ(net.minecraft.world.entity.player.Player player, net.minecraft.core.BlockPos blockPos)
-