Class BukkitSerializers.MiniMessageComponents

java.lang.Object
dev.chicoferreira.lifestealer.configuration.BukkitSerializers.MiniMessageComponents
All Implemented Interfaces:
TypeDeserializer<net.kyori.adventure.text.Component>, org.spongepowered.configurate.serialize.TypeSerializer<net.kyori.adventure.text.Component>
Enclosing class:
BukkitSerializers

public static class BukkitSerializers.MiniMessageComponents extends Object implements TypeDeserializer<net.kyori.adventure.text.Component>
  • Nested Class Summary

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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.kyori.adventure.text.Component
    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

    • MiniMessageComponents

      public MiniMessageComponents()
  • Method Details

    • deserialize

      public net.kyori.adventure.text.Component deserialize(@NotNull @NotNull Type type, org.spongepowered.configurate.ConfigurationNode node)
      Specified by:
      deserialize in interface org.spongepowered.configurate.serialize.TypeSerializer<net.kyori.adventure.text.Component>