io.github.thewebcode.yplugin.gui.components.util.Legacy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of YPlugin Show documentation
Show all versions of YPlugin Show documentation
The Original Y Project by TheWebcode
package io.github.thewebcode.yplugin.gui.components.util;
import net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer;
public class Legacy {
public static final LegacyComponentSerializer SERIALIZER = LegacyComponentSerializer.builder()
.hexColors()
.useUnusualXRepeatedCharacterHexFormat()
.build();
private Legacy() {
throw new UnsupportedOperationException("Class should not be instantiated!");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy