- Preparing search index...
- The search index is not available
DatapackJs
Properties
edit
edit
: { collisions
: ((type
: extraTeamChoice) => string); color
: ((color
: mcDefaultColors) => string); deathMessage
: ((hideFor
: extraTeamChoice) => string); display
: ((content
: JsonRaw) => string); friendlyFire
: ((active
: boolean) => string); invisibleFriends
: ((hidden
: boolean) => string); nametag
: ((hideFor
: extraTeamChoice) => string); prefix
: ((content
: JsonRaw) => string); suffix
: ((content
: JsonRaw) => string); update
: (() => string[]) } = ...
Type declaration
-
collisions: ((type: extraTeamChoice) => string)
-
-
deathMessage: ((hideFor: extraTeamChoice) => string)
-
display: ((content: JsonRaw) => string)
-
- (content: JsonRaw): string
-
Returns string
-
friendlyFire: ((active: boolean) => string)
-
- (active: boolean): string
-
Returns string
-
invisibleFriends: ((hidden: boolean) => string)
-
- (hidden: boolean): string
-
Returns string
-
nametag: ((hideFor: extraTeamChoice) => string)
-
prefix: ((content: JsonRaw) => string)
-
- (content: JsonRaw): string
-
Returns string
-
suffix: ((content: JsonRaw) => string)
-
- (content: JsonRaw): string
-
Returns string
-
update: (() => string[])
-
- (): string[]
-
Returns string[]
members
members
: { add
: ((entity
?: Entity, force
?: boolean) => string | (string | string[])[]); clear
: (() => string); remove
: ((entity
: Entity, force
: boolean) => string | string[]) } = ...
Type declaration
-
add: ((entity?: Entity, force?: boolean) => string | (string | string[])[])
-
- (entity?: Entity, force?: boolean): string | (string | string[])[]
-
Parameters
-
Optional
entity: Entity
-
Optional
force: boolean
Returns string | (string | string[])[]
-
clear: (() => string)
-
- (): string
-
Returns string
-
remove: ((entity: Entity, force: boolean) => string | string[])
-
- (entity: Entity, force: boolean): string | string[]
-
Returns string | string[]
Methods
create
- create(force?: boolean): string[]
-
Returns string[]
delete
- delete(): string
-
Returns string
Represent a team