Class ArmorStandWrapper

java.lang.Object
de.eldoria.eldoutilities.serialization.util.ArmorStandWrapper
All Implemented Interfaces:
ConfigurationSerializable

@Deprecated public class ArmorStandWrapper extends Object implements ConfigurationSerializable
Deprecated.
  • Constructor Details

    • ArmorStandWrapper

      public ArmorStandWrapper(Map<String,Object> objectMap)
      Deprecated.
  • Method Details

    • serialize

      public static ArmorStandWrapper serialize(ArmorStand armorStand)
      Deprecated.
      Wraps the armor stand into an serializable object.
      Parameters:
      armorStand - armor stand to wrap
      Returns:
      wrapped armor stand object.
    • serialize

      @NotNull public @NotNull Map<String,Object> serialize()
      Deprecated.
      Specified by:
      serialize in interface ConfigurationSerializable
    • spawn

      public ArmorStand spawn(Location location)
      Deprecated.
      Spawns the wrapped armor stand at the requested location
      Parameters:
      location - location of armor stand
      Returns:
      spawned entity