Class BukkitSerializers.TitleTimes
java.lang.Object
dev.chicoferreira.lifestealer.configuration.BukkitSerializers.TitleTimes
- All Implemented Interfaces:
TypeDeserializer<net.kyori.adventure.title.Title.Times>
,org.spongepowered.configurate.serialize.TypeSerializer<net.kyori.adventure.title.Title.Times>
- Enclosing class:
BukkitSerializers
public static class BukkitSerializers.TitleTimes
extends Object
implements TypeDeserializer<net.kyori.adventure.title.Title.Times>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.spongepowered.configurate.serialize.TypeSerializer
org.spongepowered.configurate.serialize.TypeSerializer.Annotated<V>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.kyori.adventure.title.Title.Times
deserialize
(@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
Methods inherited from interface org.spongepowered.configurate.serialize.TypeSerializer
deserialize, emptyValue, emptyValue, serialize
-
Constructor Details
-
TitleTimes
public TitleTimes()
-
-
Method Details
-
deserialize
public net.kyori.adventure.title.Title.Times 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<net.kyori.adventure.title.Title.Times>
- Throws:
org.spongepowered.configurate.serialize.SerializationException
-