Interface Dummy.InteractAtHandler

Enclosing class:
Dummy
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface Dummy.InteractAtHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(org.bukkit.entity.Player player, org.bukkit.inventory.EquipmentSlot slot, org.bukkit.util.Vector position)
     
  • Method Details

    • handle

      void handle(org.bukkit.entity.Player player, org.bukkit.inventory.EquipmentSlot slot, org.bukkit.util.Vector position)