java.lang.Object
com.pixelmonmod.pixelmon.world.dimension.ultraspace.UltraSpace

public class UltraSpace extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.dimension.DimensionType>
     
    static final String
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.Level>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    is(net.minecraft.world.level.Level world)
     
    static boolean
    is(net.minecraft.world.level.LevelReader world)
     

    Methods inherited from class java.lang.Object

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

    • ID

      public static final String ID
      See Also:
    • LOCATION

      public static final net.minecraft.resources.ResourceLocation LOCATION
    • DIM_TYPE

      public static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.dimension.DimensionType> DIM_TYPE
    • WORLD

      public static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.Level> WORLD
  • Constructor Details

    • UltraSpace

      public UltraSpace()
  • Method Details

    • is

      public static boolean is(net.minecraft.world.level.LevelReader world)
    • is

      public static boolean is(net.minecraft.world.level.Level world)