Options
All
  • Public
  • Public/Protected
  • All
Menu

devbed

Index

Type aliases

IBedEvent

IBedEvent: "first_tick" | "player_joined" | "player_left"

Custom events exposed by DevBed.

ICoords

ICoords: [number, number, number]

An array that can hold 3 numbers of which represent coordinates.

IListenableEvent

IListenableEvent: SendToMinecraftClient | SendToMinecraftServer | IBedEvent | "initialise" | "update" | "shutdown" | string

The events listenable by DevBed.

IStringable

IStringable: string | object | boolean | number | undefined

The types of values that can be converted to a string.

Generated using TypeDoc