Class PoseDefaults
java.lang.Object
com.mrbysco.armorposer.util.PoseDefaults
Utility class for handling default settings for armor stands.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidadjustArmorStand(net.minecraft.world.item.ItemStack stack, net.minecraft.world.entity.decoration.ArmorStand armorStand) Adjust the armor stand based on the item stack's NBT data.
-
Constructor Details
-
PoseDefaults
public PoseDefaults()
-
-
Method Details
-
adjustArmorStand
public static void adjustArmorStand(net.minecraft.world.item.ItemStack stack, net.minecraft.world.entity.decoration.ArmorStand armorStand) Adjust the armor stand based on the item stack's NBT data.- Parameters:
stack- the item stack containing the pose dataarmorStand- the armor stand to adjust
-