java.lang.Object
org.bukkit.event.Event
com.fren_gor.ultimateAdvancementAPI.events.team.TeamLoadEvent

@Deprecated(since="2.2.0", forRemoval=true) public class TeamLoadEvent extends Event
Deprecated, for removal: This API element is subject to removal in a future version.
Use AsyncTeamLoadEvent instead.
Called when a new TeamProgression instance is created and stored in the caching system.

The TeamProgression instance provided by this event is always valid.

See Also:
  • Constructor Details

  • Method Details

    • getTeamProgression

      @NotNull public @NotNull TeamProgression getTeamProgression()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Gets the loaded TeamProgression.
      Returns:
      The loaded TeamProgression.
    • getHandlerList

      public static HandlerList getHandlerList()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getHandlers

      @NotNull public @NotNull HandlerList getHandlers()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getHandlers in class Event
    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      hashCode in class Object