Package com.xpdustry.distributor.api.annotation
@NullMarked
package com.xpdustry.distributor.api.annotation
-
ClassDescriptionMarks a method as an event handler, meaning it will be called by the
EventBuswhen its corresponding event is posted.Marks a method as a player action handler, meaning it will be called byAdministration.allowAction(mindustry.gen.Player, mindustry.net.Administration.ActionType, mindustry.world.Tile, arc.func.Cons<mindustry.net.Administration.PlayerAction>).A centralized mechanism for processing annotations of plugin objects.Marks a method as a task handler, meaning it will be registered and called as a scheduled task in thePluginScheduler.Marks a method as a trigger handler, meaning it will be called by theEventBuswhen its corresponding trigger is posted.