All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.minestom.server.adventure.serializer.nbt.NbtComponentSerializer Maven / Gradle / Ivy

package net.minestom.server.adventure.serializer.nbt;

import net.kyori.adventure.text.Component;
import net.kyori.adventure.text.serializer.ComponentSerializer;
import org.jetbrains.annotations.NotNull;
import org.jglrxavpok.hephaistos.nbt.NBT;

public interface NbtComponentSerializer extends ComponentSerializer {
    static @NotNull NbtComponentSerializer nbt() {
        return NbtComponentSerializerImpl.INSTANCE;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy