Interface PowerUpSpawnEvent


public interface PowerUpSpawnEvent
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.fabricmc.fabric.api.event.Event<PowerUpSpawnEvent>
    This event is not guaranteed - the powerup could get spawn camped or outside the hypixel's entity sync range
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Field Details

    • EVENT

      static final net.fabricmc.fabric.api.event.Event<PowerUpSpawnEvent> EVENT
      This event is not guaranteed - the powerup could get spawn camped or outside the hypixel's entity sync range
  • Method Details