Uses of Interface
me.metallicgoat.tweaksaddon.api.gentiers.GenTierState
Packages that use GenTierState
-
Uses of GenTierState in me.metallicgoat.tweaksaddon.api
Methods in me.metallicgoat.tweaksaddon.api that return GenTierStateModifier and TypeMethodDescriptionstatic @Nullable GenTierStateGet the GenTierState of an arena Will returnnullif the gen tier system is not running in the specified arena -
Uses of GenTierState in me.metallicgoat.tweaksaddon.api.events.gentiers
Methods in me.metallicgoat.tweaksaddon.api.events.gentiers that return GenTierStateModifier and TypeMethodDescriptionGenTiersActionEvent.getArenaState()Get the state of the gen tiers in the arena.GenTiersScheduleEvent.getArenaState()Get the state of the gen tiers in the arena.Constructors in me.metallicgoat.tweaksaddon.api.events.gentiers with parameters of type GenTierStateModifierConstructorDescriptionGenTiersActionEvent(GenTierState arenaState, GenTierLevel tier, boolean executeHandlers, boolean broadcastEarn) GenTiersScheduleEvent(GenTierState arenaState, GenTierLevel nextTier, Duration delay)