Uses of Class
nl.sbdeveloper.vehiclesplus.api.stands.ArmorStandBuilder
Packages that use ArmorStandBuilder
Package
Description
This package contains all the classes that are related to the ArmorStands.
-
Uses of ArmorStandBuilder in nl.sbdeveloper.vehiclesplus.api.stands
Methods in nl.sbdeveloper.vehiclesplus.api.stands that return ArmorStandBuilderModifier and TypeMethodDescriptionArmorStandBuilder.applyMetaData
(NBTDataType type, Object value) Apply NBT metadata to the armor stand.ArmorStandBuilder.setCustomName
(ArmorStandName name) Set the custom name of the armor stand.ArmorStandBuilder.setGravity
(boolean gravity) Set the gravity of the armor stand.ArmorStandBuilder.setHelmet
(org.bukkit.inventory.ItemStack helmet) Set the helmet item of the armor stand.ArmorStandBuilder.setInvulnerable
(boolean invulnerable) Set if the armor stand is invulnerable.ArmorStandBuilder.setPersistent
(boolean persistent) Set if the armor stand is persistent.ArmorStandBuilder.setRemoveWhenFarAway
(boolean removeWhenFarAway) Set if the armor stand is removed when far away.ArmorStandBuilder.setVisible
(boolean visible) Set the visibility of the armor stand.