Ban

interface Ban : GenericEntity(source)

Inheritors

Functions

Link copied to clipboard
abstract override fun toString(): String

Converts this entity to a string using the io.github.ydwk.ydwk.util.EntityToStringBuilder.

Properties

Link copied to clipboard
abstract val json: JsonNode

The json representation of this entity.

Link copied to clipboard
abstract val reason: String?

The reason for the ban.

Link copied to clipboard
abstract val user: User

The user who was banned.

Link copied to clipboard
abstract val yde: YDE

The main YDE instance.