Class PlayerNotificationSerializer

java.lang.Object
dev.chicoferreira.lifestealer.configuration.PlayerNotificationSerializer
All Implemented Interfaces:
TypeDeserializer<PlayerNotification>, org.spongepowered.configurate.serialize.TypeSerializer<PlayerNotification>

public class PlayerNotificationSerializer extends Object implements TypeDeserializer<PlayerNotification>
  • Nested Class Summary Link icon

    Nested classes/interfaces inherited from interface org.spongepowered.configurate.serialize.TypeSerializer Link icon

    org.spongepowered.configurate.serialize.TypeSerializer.Annotated<V>
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    deserialize(@NotNull Type type, org.spongepowered.configurate.ConfigurationNode node)
     

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface dev.chicoferreira.lifestealer.configuration.TypeDeserializer Link icon

    serialize

    Methods inherited from interface org.spongepowered.configurate.serialize.TypeSerializer Link icon

    deserialize, emptyValue, emptyValue, serialize
  • Constructor Details Link icon

    • PlayerNotificationSerializer Link icon

      public PlayerNotificationSerializer()
  • Method Details Link icon

    • deserialize Link icon

      public PlayerNotification deserialize(@NotNull @NotNull Type type, org.spongepowered.configurate.ConfigurationNode node) throws org.spongepowered.configurate.serialize.SerializationException
      Specified by:
      deserialize in interface org.spongepowered.configurate.serialize.TypeSerializer<PlayerNotification>
      Throws:
      org.spongepowered.configurate.serialize.SerializationException