Class ArmorStandData
java.lang.Object
com.mrbysco.armorposer.util.ArmorStandData
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanbooleanbooleanbooleanfinal float[]floatbooleanboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBooleanValue(int index) net.minecraft.nbt.CompoundTaggetDifference(ArmorStandData initial) voidreadFromNBT(net.minecraft.nbt.CompoundTag compound) net.minecraft.nbt.CompoundTag
-
Field Details
-
invisible
public boolean invisible -
noBasePlate
public boolean noBasePlate -
noGravity
public boolean noGravity -
showArms
public boolean showArms -
small
public boolean small -
nameVisible
public boolean nameVisible -
locked
public boolean locked -
rotation
public float rotation -
pose
public final float[] pose
-
-
Constructor Details
-
ArmorStandData
public ArmorStandData()
-
-
Method Details
-
getBooleanValue
public boolean getBooleanValue(int index) -
readFromNBT
public void readFromNBT(net.minecraft.nbt.CompoundTag compound) -
writeToNBT
public net.minecraft.nbt.CompoundTag writeToNBT() -
getDifference
-