Class Powered

java.lang.Object
net.citizensnpcs.api.trait.Trait
net.citizensnpcs.trait.Powered
All Implemented Interfaces:
Runnable, Listener

public class Powered extends Trait
Persists Creeper powered status.
See Also:
  • Constructor Details

    • Powered

      public Powered()
  • Method Details

    • isPowered

      public boolean isPowered()
    • onSpawn

      public void onSpawn()
      Description copied from class: Trait
      Called when an NPC is spawned. NPC.getEntity() will return null until this is called. This is also called onAttach when the NPC is already spawned.
      Overrides:
      onSpawn in class Trait
    • setPowered

      public void setPowered(boolean value)