Package dev.majek.pc.mechanic
Class PlayerMove
- java.lang.Object
-
- dev.majek.pc.mechanic.Mechanic
-
- dev.majek.pc.mechanic.PlayerMove
-
- All Implemented Interfaces:
org.bukkit.event.Listener
public class PlayerMove extends Mechanic
Handles the player move event.
-
-
Constructor Summary
Constructors Constructor Description PlayerMove()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onPlayerMove(org.bukkit.event.player.PlayerMoveEvent event)
This checks if the player moves after accepting a summon request.-
Methods inherited from class dev.majek.pc.mechanic.Mechanic
onPlayerJoin, onPlayerQuit, onShutdown, onStartup
-
-