Class WorldTarget


public class WorldTarget extends TargetComponent
Applies child components to all entities in the world.
  • Constructor Details

    • WorldTarget

      public WorldTarget()
  • Method Details

    • getKey

      public String getKey()
      Specified by:
      getKey in class EffectComponent
    • getTargets

      public List<org.bukkit.entity.LivingEntity> getTargets(org.bukkit.entity.LivingEntity caster, int level, List<org.bukkit.entity.LivingEntity> targets)
      Specified by:
      getTargets in class TargetComponent