92 boolean customNameVisible, String customName,
93 boolean canPickupItems,
boolean useGravity) {
94 this.armorStand = armorStand;
95 this.location = location;
96 this.isVisible = isVisible;
97 this.customNameVisible = customNameVisible;
98 this.customName = customName;
99 this.canPickupItems = canPickupItems;
100 this.useGravity = useGravity;
101 Bukkit.getPluginManager().callEvent(
this);