Returns true if in a dimension, returns false if not. You will only be able to use the Dimension methods if you are in a world.
true
false
Gets a block at the specified position. Will return null if no block was found. (If it's air, it will also return a Block)
Integer for x coordinate
Integer for y coordinate
Integer for z coordinate
Gets the dimension's name, for example, "Overworld"
"Overworld"
Generated using TypeDoc
Returns
true
if in a dimension, returnsfalse
if not. You will only be able to use the Dimension methods if you are in a world.