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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserialize
(@NotNull Type type, org.spongepowered.configurate.ConfigurationNode node) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.chicoferreira.lifestealer.configuration.TypeDeserializer
serialize
-
Constructor Details
-
Method Details
-
deserialize
public PlayerNotification deserialize(@NotNull @NotNull Type type, org.spongepowered.configurate.ConfigurationNode node) throws org.spongepowered.configurate.serialize.SerializationException - Specified by:
deserialize
in interfaceorg.spongepowered.configurate.serialize.TypeSerializer<PlayerNotification>
- Throws:
org.spongepowered.configurate.serialize.SerializationException
-