Class DamageNerf

  • All Implemented Interfaces:
    org.bukkit.event.Listener

    public class DamageNerf
    extends java.lang.Object
    implements org.bukkit.event.Listener
    • Constructor Summary

      Constructors 
      Constructor Description
      DamageNerf​(double swordNerf, double otherNerf)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onDamageing​(org.bukkit.event.entity.EntityDamageByEntityEvent event)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DamageNerf

        public DamageNerf​(double swordNerf,
                          double otherNerf)
    • Method Detail

      • onDamageing

        public void onDamageing​(org.bukkit.event.entity.EntityDamageByEntityEvent event)