EntityId

Entity id with world uuid

Parameters

worldId

world uuid

entityId

entity id

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
@NotNull
open fun of(@NotNull entity: @NotNull Entity): @NotNull EntityId
Gets from entity
Link copied to clipboard
abstract fun toString(): String