Class XProperty

java.lang.Object
com.cryptomorin.xseries.profiles.gameprofile.property.XProperty

public class XProperty extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.cryptomorin.xseries.profiles.gameprofile.property.MojangProperty
    create(String name, String value)
     
    static com.cryptomorin.xseries.profiles.gameprofile.property.MojangProperty
    create(String name, String value, String signature)
     
    static com.mojang.authlib.properties.PropertyMap
    createPropertyMap(com.google.common.collect.Multimap<String, com.mojang.authlib.properties.Property> map)
     
    static @NotNull com.cryptomorin.xseries.profiles.gameprofile.property.MojangProperty
    of(com.mojang.authlib.properties.Property property)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • of

      @NotNull public static @NotNull com.cryptomorin.xseries.profiles.gameprofile.property.MojangProperty of(com.mojang.authlib.properties.Property property)
    • create

      public static com.cryptomorin.xseries.profiles.gameprofile.property.MojangProperty create(String name, String value)
    • create

      public static com.cryptomorin.xseries.profiles.gameprofile.property.MojangProperty create(String name, String value, String signature)
    • createPropertyMap

      public static com.mojang.authlib.properties.PropertyMap createPropertyMap(com.google.common.collect.Multimap<String, com.mojang.authlib.properties.Property> map)