java.lang.Object
com.blamejared.crafttweaker.natives.item.component.ExpandMapId

@ZenRegister public class ExpandMapId extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
    getId(net.minecraft.world.level.saveddata.maps.MapId internal)
     
    static net.minecraft.world.level.saveddata.maps.MapId
    of(int value)
    The map id to assign to the new object.

    Methods inherited from class java.lang.Object

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

    • ExpandMapId

      public ExpandMapId()
  • Method Details

    • of

      public static net.minecraft.world.level.saveddata.maps.MapId of(int value)
      The map id to assign to the new object.
      Parameters:
      value - A map id. These are assigned by vanilla on the server side.
      Returns:
      A new MapId instance.
    • getId

      public static int getId(net.minecraft.world.level.saveddata.maps.MapId internal)