Class PortalUtils
java.lang.Object
tech.anonymoushacker1279.openportals.util.PortalUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.core.Direction.AxisgetAxisFrom(net.minecraft.world.level.block.state.BlockState state) static net.minecraft.world.level.block.BlockgetPortalBase(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos) static booleanisInstanceOfPortalFrame(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos)
-
Constructor Details
-
PortalUtils
public PortalUtils()
-
-
Method Details
-
isInstanceOfPortalFrame
public static boolean isInstanceOfPortalFrame(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos) -
getPortalBase
public static net.minecraft.world.level.block.Block getPortalBase(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos) -
getAxisFrom
public static net.minecraft.core.Direction.Axis getAxisFrom(net.minecraft.world.level.block.state.BlockState state)
-