Class ArmorStandUtils
java.lang.Object
io.github.thebusybiscuit.slimefun4.utils.ArmorStandUtils
This class holds utilities for
ArmorStand, useful for classes
dealing with ArmorStands that are not from HologramsService- Author:
- JustAHuman
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic ArmorStandspawnArmorStand(Location location) Spawns anArmorStandat the givenLocation
Set Properties: Invisible, Silent, Marker, No-Gravity, No Base Plate, Don't Remove When Far Awaystatic ArmorStandspawnArmorStand(Location location, String customName) Spawns anArmorStandat the givenLocationwith the given custom name
Set Properties: Invisible, Silent, Marker, No-Gravity, No Base Plate, Don't Remove When Far Away
-
Method Details
-
spawnArmorStand
@Nonnull public static ArmorStand spawnArmorStand(@Nonnull Location location, @Nonnull String customName) Spawns anArmorStandat the givenLocationwith the given custom name
Set Properties: Invisible, Silent, Marker, No-Gravity, No Base Plate, Don't Remove When Far Away- Parameters:
location- TheLocationto spawn theArmorStandcustomName- TheStringcustom name theArmorStandshould display- Returns:
- The spawned
ArmorStand
-
spawnArmorStand
Spawns anArmorStandat the givenLocation
Set Properties: Invisible, Silent, Marker, No-Gravity, No Base Plate, Don't Remove When Far Away- Parameters:
location- TheLocationto spawn theArmorStand- Returns:
- The spawned
ArmorStand
-