Class GameProfileWrapper

java.lang.Object
net.citizensnpcs.util.GameProfileWrapper

public class GameProfileWrapper extends Object
  • Field Details

    • name

      public final String name
    • properties

      public com.google.common.collect.Multimap<String,SkinProperty> properties
    • uuid

      public final UUID uuid
  • Constructor Details

    • GameProfileWrapper

      public GameProfileWrapper(String name, UUID uuid, com.google.common.collect.Multimap<String,SkinProperty> properties)
  • Method Details

    • applyProperties

      public com.mojang.authlib.GameProfile applyProperties(Object profile)
    • fromMojangProfile

      public static GameProfileWrapper fromMojangProfile(Object profile)