Interface ProfileUtil


public interface ProfileUtil
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static String
    getName(com.mojang.authlib.GameProfile profile)
     
    static String
    getOfflineName(net.minecraft.server.MinecraftServer server, UUID uuid)
     
    static net.minecraft.server.network.ServerPlayerEntity
    getPlayer(net.minecraft.server.MinecraftServer server, UUID uuid)
     
  • Method Details

    • getName

      static String getName(com.mojang.authlib.GameProfile profile)
    • getPlayer

      static net.minecraft.server.network.ServerPlayerEntity getPlayer(net.minecraft.server.MinecraftServer server, UUID uuid)
    • getOfflineName

      static String getOfflineName(net.minecraft.server.MinecraftServer server, UUID uuid)