Class EdenPortal

java.lang.Object
paulevs.edenring.world.EdenPortal

public class EdenPortal extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    buildPortal(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos center)
     
    static boolean
    checkNewPortal(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos center)
     
    static boolean
    checkOldPortal(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos center)
     
    static void
    destroyPortal(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos center)
     
    static void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)