AbstractTaterzenCommand

abstract class AbstractTaterzenCommand

Constructors

AbstractTaterzenCommand
Link copied to clipboard
open fun AbstractTaterzenCommand(type: AbstractTaterzenCommand.CommandType)

Types

CommandType
Link copied to clipboard
enum CommandType

Properties

CLICKER_PLACEHOLDER
Link copied to clipboard
val CLICKER_PLACEHOLDER: String
type
Link copied to clipboard
private val type: AbstractTaterzenCommand.CommandType

Functions

execute
Link copied to clipboard
abstract fun execute(npc: TaterzenNPC, player: Player)
fromTag
Link copied to clipboard
abstract fun fromTag(cmdTag: CompoundTag)
toString
Link copied to clipboard
abstract fun toString(): String
toTag
Link copied to clipboard
open fun toTag(tag: CompoundTag): CompoundTag

Inheritors

MinecraftCommand
Link copied to clipboard
BungeeCommand
Link copied to clipboard