Package com.xpdustry.distributor.api.annotation


@NullMarked package com.xpdustry.distributor.api.annotation
  • Class
    Description
    Marks a method as an event handler, meaning it will be called by the EventBus when its corresponding event is posted.
    Marks a method as a player action handler, meaning it will be called by Administration.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 the PluginScheduler.
    Marks a method as a trigger handler, meaning it will be called by the EventBus when its corresponding trigger is posted.