Package de.oliver.fancynpcs.api.actions.types


package de.oliver.fancynpcs.api.actions.types
  • Klassen
    Klasse
    Beschreibung
    The BlockUntilDoneAction class is a specific implementation of the NpcAction class that represents an action requiring the NPC (Non-Player Character) to block its subsequent actions until the current interaction is completed.
    Represents a console command action that can be executed for an NPC.
    The ExecuteRandomActionAction class represents an action that can be executed randomly by an NPC.
    The MessageAction class represents an action that sends a message to the player when executed by an NPC.
    Represents a player command action that can be executed when triggered by an NPC interaction.
    PlayerCommandAsOpAction is a npc action that allows a player to execute a command as an operator when triggered by an NPC interaction.
    The SendToServerAction class is a subclass of NpcAction that represents an action to send data to the server using BungeeCord messaging.