Class PFInstanceSpace

java.lang.Object
net.minestom.server.entity.pathfinding.PFInstanceSpace
All Implemented Interfaces:
com.extollit.gaming.ai.path.model.IInstanceSpace

public final class PFInstanceSpace extends Object implements com.extollit.gaming.ai.path.model.IInstanceSpace
  • Constructor Details

    • PFInstanceSpace

      public PFInstanceSpace(Instance instance)
  • Method Details

    • blockObjectAt

      public com.extollit.gaming.ai.path.model.IBlockObject blockObjectAt(int x, int y, int z)
      Specified by:
      blockObjectAt in interface com.extollit.gaming.ai.path.model.IInstanceSpace
    • columnarSpaceAt

      public com.extollit.gaming.ai.path.model.IColumnarSpace columnarSpaceAt(int cx, int cz)
      Specified by:
      columnarSpaceAt in interface com.extollit.gaming.ai.path.model.IInstanceSpace
    • getInstance

      public Instance getInstance()