mirror of
https://github.com/filoghost/HolographicDisplays.git
synced 2024-12-21 00:07:48 +01:00
Add setSlot override to NMS class
This commit is contained in:
parent
ae07fe0bb5
commit
2ebad9cbe1
@ -157,6 +157,11 @@ public class EntityNMSArmorStand extends EntityArmorStand implements NMSArmorSta
|
|||||||
// Prevent armor stand from being equipped
|
// Prevent armor stand from being equipped
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void setSlot(EnumItemSlot enumitemslot, ItemStack itemstack, boolean silent) {
|
||||||
|
// Prevent armor stand from being equipped
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void a(AxisAlignedBB boundingBox) {
|
public void a(AxisAlignedBB boundingBox) {
|
||||||
// Prevent changes to bounding box
|
// Prevent changes to bounding box
|
||||||
|
Loading…
Reference in New Issue
Block a user