Class ExpandMapId
java.lang.Object
com.blamejared.crafttweaker.natives.item.component.ExpandMapId
-
Constructor Summary
Constructors -
Method Summary
-
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)
-