Class ArmorStandWrapper
java.lang.Object
de.eldoria.eldoutilities.serialization.util.ArmorStandWrapper
- All Implemented Interfaces:
org.bukkit.configuration.serialization.ConfigurationSerializable
@Deprecated
public class ArmorStandWrapper
extends Object
implements org.bukkit.configuration.serialization.ConfigurationSerializable
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.static ArmorStandWrapper
serialize
(org.bukkit.entity.ArmorStand armorStand) Deprecated.Wraps the armor stand into an serializable object.org.bukkit.entity.ArmorStand
spawn
(org.bukkit.Location location) 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 interfaceorg.bukkit.configuration.serialization.ConfigurationSerializable
-
spawn
public org.bukkit.entity.ArmorStand spawn(org.bukkit.Location location) Deprecated.Spawns the wrapped armor stand at the requested location- Parameters:
location
- location of armor stand- Returns:
- spawned entity
-