Package org.spout.vanilla.event.entity.network

Examples of org.spout.vanilla.event.entity.network.EntityEffectEvent


        return;
      case INSTANT_HEALTH:
        health.heal(amount);
        return;
    }
    player.getNetwork().callProtocolEvent(new EntityEffectEvent(player, effect));
    effects.add(effect);
  }
View Full Code Here

TOP

Related Classes of org.spout.vanilla.event.entity.network.EntityEffectEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.