Interface EventHandler<T extends Event>

All Known Implementing Classes:
AbstractInventory, AnvilInventory, BeaconInventory, BrewingStandInventory, EnchantmentTableInventory, Entity, EntityCreature, EntityProjectile, ExperienceOrb, FurnaceInventory, Instance, InstanceContainer, Inventory, ItemEntity, LivingEntity, Player, PlayerInventory, SharedInstance, VillagerInventory

public interface EventHandler<T extends Event>
Represents an element which can have Event listeners assigned to it.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details