Class MinecraftKey

java.lang.Object
org.geysermc.geyser.util.MinecraftKey

public final class MinecraftKey extends Object
  • Constructor Details

    • MinecraftKey

      public MinecraftKey()
  • Method Details

    • key

      public static net.kyori.adventure.key.Key key(String s)
      To prevent constant warnings from invalid regex.
    • key

      public static net.kyori.adventure.key.Key key(String namespace, String value)
      To prevent constant warnings from invalid regex.
    • identifierToKey

      public static @Nullable net.kyori.adventure.key.Key identifierToKey(@Nullable org.geysermc.geyser.api.util.Identifier identifier)
    • keyToIdentifier

      public static @Nullable org.geysermc.geyser.api.util.Identifier keyToIdentifier(@Nullable net.kyori.adventure.key.Key key)
    • getNamespace

      public static String getNamespace(String identifier)
    • isVanilla

      public static boolean isVanilla(String identifier)