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 byte
    getIcon(net.minecraft.world.level.saveddata.maps.MapDecoration.Type internal)
     
    static int
    getMapColor(net.minecraft.world.level.saveddata.maps.MapDecoration.Type internal)
     
    static boolean
    hasMapColor(net.minecraft.world.level.saveddata.maps.MapDecoration.Type internal)
     
    static boolean
    isRenderedOnFrame(net.minecraft.world.level.saveddata.maps.MapDecoration.Type internal)
     
    static boolean
    shouldTrackCount(net.minecraft.world.level.saveddata.maps.MapDecoration.Type 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

    • 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)