EntityLoadArg

data class EntityLoadArg(val entity: Entity, val world: ServerLevel)

Constructors

Link copied to clipboard
constructor(entity: Entity, world: ServerLevel)

Properties

Link copied to clipboard
val entity: Entity
Link copied to clipboard
val world: ServerLevel