Esempio n. 1
0
  @EventHandler(priority = EventPriority.LOWEST)
  public void onPlayerInteract(final PlayerInteractEvent event) {

    trampoline.onPlayerInteract(event);
    //		worldBlocks.onPlayerInteract(event);
    voodoo.onPlayerInteract(event);
    launchPad.onPlayerInteractEvent(event);
    //		legitWarzone.onClick(event);
    spawnerSwitch.onPlayerPunch(event);

    if (ewButtons != null) ewButtons.onPlayerInteract(event);
    if (skyBlockTP != null) skyBlockTP.onPlayerInteract(event);
    if (enderEggCollection != null) enderEggCollection.onPlayerInteract(event);
    if (topPvPers != null) topPvPers.onPlayerInteractEvent(event);
    if (donorShop != null) donorShop.onPlayerPunchBlock(event);
    if (tntpunch != null) tntpunch.onPlayerInteract(event);
  }