Class ExpandMapDecorations.ExpandMapDecorationsEntry

java.lang.Object
com.blamejared.crafttweaker.natives.item.component.ExpandMapDecorations.ExpandMapDecorationsEntry
Enclosing class:
ExpandMapDecorations

@ZenRegister public static class ExpandMapDecorations.ExpandMapDecorationsEntry extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static float
    rotation(net.minecraft.world.item.component.MapDecorations.Entry internal)
     
    static net.minecraft.world.level.saveddata.maps.MapDecorationType
    type(net.minecraft.world.item.component.MapDecorations.Entry internal)
     
    static double
    x(net.minecraft.world.item.component.MapDecorations.Entry internal)
     
    static double
    z(net.minecraft.world.item.component.MapDecorations.Entry internal)
     

    Methods inherited from class java.lang.Object

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

    • ExpandMapDecorationsEntry

      public ExpandMapDecorationsEntry()
  • Method Details

    • type

      public static net.minecraft.world.level.saveddata.maps.MapDecorationType type(net.minecraft.world.item.component.MapDecorations.Entry internal)
    • z

      public static double z(net.minecraft.world.item.component.MapDecorations.Entry internal)
    • x

      public static double x(net.minecraft.world.item.component.MapDecorations.Entry internal)
    • rotation

      public static float rotation(net.minecraft.world.item.component.MapDecorations.Entry internal)