getObject

open suspend override fun getObject(id: String, option: ObjectDataOptions): Option<Object>

Get an object by ID

Return

An Option of nullable xyz.mcxross.ksui.model.Object

Parameters

id

The ID of the object to get

option

The options to use when getting the object