Package paulevs.edenring.world
Class EdenPortal
java.lang.Object
paulevs.edenring.world.EdenPortal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidbuildPortal(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos center) static booleancheckNewPortal(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos center) static booleancheckOldPortal(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos center) static voiddestroyPortal(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos center) static voidinit()
-
Constructor Details
-
EdenPortal
public EdenPortal()
-
-
Method Details
-
init
public static void init() -
destroyPortal
public static void destroyPortal(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos center) -
checkOldPortal
public static boolean checkOldPortal(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos center) -
checkNewPortal
public static boolean checkNewPortal(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos center) -
buildPortal
public static void buildPortal(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos center)
-