Interface IPhysicsManager


public interface IPhysicsManager
Interface for the physics manager
  • Method Summary

    Modifier and Type
    Method
    Description
    getWorldPhysics(org.bukkit.World world)
    Get the physics engine for a world
    void
    setupPhysicsEngine(org.bukkit.World world)
    Setup the physics engine for a world
    void
    Stop the physics engine
  • Method Details

    • getWorldPhysics

      WorldPhysics getWorldPhysics(org.bukkit.World world)
      Get the physics engine for a world
      Parameters:
      world - The world
      Returns:
      The physics engine
    • setupPhysicsEngine

      void setupPhysicsEngine(org.bukkit.World world)
      Setup the physics engine for a world
      Parameters:
      world - The world
    • stop

      void stop()
      Stop the physics engine