Class ExpandGlobalPos

java.lang.Object
com.blamejared.crafttweaker.natives.util.ExpandGlobalPos

@ZenRegister public class ExpandGlobalPos extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.resources.ResourceKey<net.minecraft.world.level.Level>
    dimension(net.minecraft.core.GlobalPos internal)
     
    static net.minecraft.core.GlobalPos
    of(net.minecraft.resources.ResourceKey<net.minecraft.world.level.Level> $$0, net.minecraft.core.BlockPos $$1)
     
    static net.minecraft.core.BlockPos
    pos(net.minecraft.core.GlobalPos internal)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExpandGlobalPos

      public ExpandGlobalPos()
  • Method Details

    • of

      public static net.minecraft.core.GlobalPos of(net.minecraft.resources.ResourceKey<net.minecraft.world.level.Level> $$0, net.minecraft.core.BlockPos $$1)
    • pos

      public static net.minecraft.core.BlockPos pos(net.minecraft.core.GlobalPos internal)
    • dimension

      public static net.minecraft.resources.ResourceKey<net.minecraft.world.level.Level> dimension(net.minecraft.core.GlobalPos internal)