Class ExpandMapDecorationType

java.lang.Object
com.blamejared.crafttweaker.natives.world.map.ExpandMapDecorationType

@ZenRegister public class ExpandMapDecorationType extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.resources.ResourceLocation
    assetId(net.minecraft.world.level.saveddata.maps.MapDecorationType internal)
     
    static boolean
    explorationMapElement(net.minecraft.world.level.saveddata.maps.MapDecorationType internal)
     
    static boolean
    hasMapColor(net.minecraft.world.level.saveddata.maps.MapDecorationType internal)
     
    static int
    mapColor(net.minecraft.world.level.saveddata.maps.MapDecorationType internal)
     
    static boolean
    showOnItemFrame(net.minecraft.world.level.saveddata.maps.MapDecorationType internal)
     
    static boolean
    trackCount(net.minecraft.world.level.saveddata.maps.MapDecorationType internal)
     

    Methods inherited from class java.lang.Object

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

    • ExpandMapDecorationType

      public ExpandMapDecorationType()
  • Method Details

    • hasMapColor

      public static boolean hasMapColor(net.minecraft.world.level.saveddata.maps.MapDecorationType internal)
    • assetId

      public static net.minecraft.resources.ResourceLocation assetId(net.minecraft.world.level.saveddata.maps.MapDecorationType internal)
    • explorationMapElement

      public static boolean explorationMapElement(net.minecraft.world.level.saveddata.maps.MapDecorationType internal)
    • mapColor

      public static int mapColor(net.minecraft.world.level.saveddata.maps.MapDecorationType internal)
    • showOnItemFrame

      public static boolean showOnItemFrame(net.minecraft.world.level.saveddata.maps.MapDecorationType internal)
    • trackCount

      public static boolean trackCount(net.minecraft.world.level.saveddata.maps.MapDecorationType internal)