Class ArmorStandWrapper
java.lang.Object
de.eldoria.eldoutilities.serialization.util.ArmorStandWrapper
- All Implemented Interfaces:
ConfigurationSerializable
Deprecated.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.static ArmorStandWrapper
serialize
(ArmorStand armorStand) Deprecated.Wraps the armor stand into an serializable object.Deprecated.Spawns the wrapped armor stand at the requested location
-
Constructor Details
-
ArmorStandWrapper
Deprecated.
-
-
Method Details
-
serialize
Deprecated.Wraps the armor stand into an serializable object.- Parameters:
armorStand
- armor stand to wrap- Returns:
- wrapped armor stand object.
-
serialize
Deprecated.- Specified by:
serialize
in interfaceConfigurationSerializable
-
spawn
Deprecated.Spawns the wrapped armor stand at the requested location- Parameters:
location
- location of armor stand- Returns:
- spawned entity
-