GlobalPos
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
import crafttweaker.api.util.GlobalPos;
Members
Getter
myGlobalPos.dimension
Return Type:
ResourceKey<Level>
static of($$0 as ResourceKey<Level>, $$1 as BlockPos) as GlobalPos
GlobalPos.of(myResourceKey, myBlockPos);
Parameters:
$$0: ResourceKey<Level>
Type: ResourceKey<Level>
Return Type:
GlobalPos