Package fr.phylisiumstudio.logic
Interface IPhysicsManager
public interface IPhysicsManager
Interface for the physics manager
-
Method Summary
Modifier and TypeMethodDescriptiongetWorldPhysics
(org.bukkit.World world) Get the physics engine for a worldvoid
setupPhysicsEngine
(org.bukkit.World world) Setup the physics engine for a worldvoid
stop()
Stop the physics engine
-
Method Details
-
getWorldPhysics
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
-