get

fun get(blockPosition: BlockPosition?): RebarBlock?(source)

Returns the Rebar block at the given blockPosition, or null if the block does not exist

Throws

if the chunk containing the block is not loaded


Returns the Rebar block at the given block, or null if the block does not exist.

Throws

if the chunk containing the block is not loaded


Returns the Rebar block at the given location, or null if the block does not exist.

Throws

if the chunk containing the block is not loaded