SPIGOT-974: Add ArmorStand locking API
By: Martoph <sager1018@gmail.com>
This commit is contained in:
@@ -16,6 +16,15 @@
|
||||
public class EntityArmorStand extends EntityLiving {
|
||||
|
||||
private static final Vector3f bj = new Vector3f(0.0F, 0.0F, 0.0F);
|
||||
@@ -29,7 +38,7 @@
|
||||
private final NonNullList<ItemStack> armorItems;
|
||||
private boolean armorStandInvisible;
|
||||
public long bi;
|
||||
- private int bv;
|
||||
+ public int bv; //PAIL private -> public, rename disabledSlots
|
||||
public Vector3f headPose;
|
||||
public Vector3f bodyPose;
|
||||
public Vector3f leftArmPose;
|
||||
@@ -55,6 +64,13 @@
|
||||
this.setPosition(d0, d1, d2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user