public class Controllable.GroundController extends Object implements Controllable.MovementController
Constructor and Description |
---|
GroundController() |
Modifier and Type | Method and Description |
---|---|
void |
leftClick(org.bukkit.event.player.PlayerInteractEvent event) |
void |
rightClick(org.bukkit.event.player.PlayerInteractEvent event) |
void |
rightClickEntity(NPCRightClickEvent event) |
void |
run(org.bukkit.entity.Player rider) |
public void leftClick(org.bukkit.event.player.PlayerInteractEvent event)
leftClick
in interface Controllable.MovementController
public void rightClick(org.bukkit.event.player.PlayerInteractEvent event)
rightClick
in interface Controllable.MovementController
public void rightClickEntity(NPCRightClickEvent event)
rightClickEntity
in interface Controllable.MovementController
public void run(org.bukkit.entity.Player rider)
run
in interface Controllable.MovementController
Copyright © 2021. All rights reserved.