Uses of Interface
me.metallicgoat.tweaksaddon.api.gentiers.SuddenDeathDragon
Packages that use SuddenDeathDragon
-
Uses of SuddenDeathDragon in me.metallicgoat.tweaksaddon.api
Methods in me.metallicgoat.tweaksaddon.api that return types with arguments of type SuddenDeathDragonModifier and TypeMethodDescriptionstatic List<SuddenDeathDragon> GenTiersAPI.getDragons()Get all existing dragons.static List<SuddenDeathDragon> GenTiersAPI.getDragons(Arena arena) Get the dragons for arena.static List<SuddenDeathDragon> GenTiersAPI.getDragons(Arena arena, Team team) Get the dragons for a specific team in an arena. -
Uses of SuddenDeathDragon in me.metallicgoat.tweaksaddon.api.events.gentiers
Constructors in me.metallicgoat.tweaksaddon.api.events.gentiers with parameters of type SuddenDeathDragonModifierConstructorDescriptionSuddenDeathDragonTargetEvent(Arena arena, SuddenDeathDragon dragon, @Nullable Entity targetEntity, Location targetLocation, Location previousTargetLocation, Entity previousTargetEntity, boolean previouslyTargetingEntity)