Class ExpandMapDecorations.ExpandMapDecorationsEntry
java.lang.Object
com.blamejared.crafttweaker.natives.item.component.ExpandMapDecorations.ExpandMapDecorationsEntry
- Enclosing class:
ExpandMapDecorations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic floatrotation(net.minecraft.world.item.component.MapDecorations.Entry internal) static net.minecraft.world.level.saveddata.maps.MapDecorationTypetype(net.minecraft.world.item.component.MapDecorations.Entry internal) static doublex(net.minecraft.world.item.component.MapDecorations.Entry internal) static doublez(net.minecraft.world.item.component.MapDecorations.Entry internal)
-
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)
-