LevelSessionEvents

public class LevelSessionEvents implements Listener

Constructors

Link copied to clipboard
public void LevelSessionEvents()

Functions

Link copied to clipboard
public void onBlockBreak(BlockBreakEvent event)
Link copied to clipboard
public void onBlockPlace(BlockPlaceEvent event)
Link copied to clipboard
public void onMatchPlayerDamage(EntityDamageEvent event)
Link copied to clipboard
public void onPlaceTower(TowerPlaceEvent event)
Link copied to clipboard
public void onPlayerDeath(PlayerDeathEvent event)
Link copied to clipboard
public void onPlayerInteract(PlayerInteractEvent event)
Link copied to clipboard
public void onPlayerLeave(PlayerQuitEvent event)
Link copied to clipboard
public void onPlayerTeleport(PlayerTeleportEvent event)
Link copied to clipboard
public void onWaveMobDamage(EntityDamageEvent event)
Link copied to clipboard