Class ExpandMapDecorationType
java.lang.Object
com.blamejared.crafttweaker.natives.world.map.ExpandMapDecorationType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic bytegetIcon(net.minecraft.world.level.saveddata.maps.MapDecoration.Type internal) static intgetMapColor(net.minecraft.world.level.saveddata.maps.MapDecoration.Type internal) static booleanhasMapColor(net.minecraft.world.level.saveddata.maps.MapDecoration.Type internal) static booleanisRenderedOnFrame(net.minecraft.world.level.saveddata.maps.MapDecoration.Type internal) static booleanshouldTrackCount(net.minecraft.world.level.saveddata.maps.MapDecoration.Type internal)
-
Constructor Details
-
ExpandMapDecorationType
public ExpandMapDecorationType()
-
-
Method Details
-
getIcon
public static byte getIcon(net.minecraft.world.level.saveddata.maps.MapDecoration.Type internal) -
isRenderedOnFrame
public static boolean isRenderedOnFrame(net.minecraft.world.level.saveddata.maps.MapDecoration.Type internal) -
hasMapColor
public static boolean hasMapColor(net.minecraft.world.level.saveddata.maps.MapDecoration.Type internal) -
getMapColor
public static int getMapColor(net.minecraft.world.level.saveddata.maps.MapDecoration.Type internal) -
shouldTrackCount
public static boolean shouldTrackCount(net.minecraft.world.level.saveddata.maps.MapDecoration.Type internal)
-