Class ExpandResolvableProfile

java.lang.Object
com.blamejared.crafttweaker.natives.item.component.ExpandResolvableProfile

@ZenRegister public class ExpandResolvableProfile extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.mojang.authlib.GameProfile
    gameProfile(net.minecraft.world.item.component.ResolvableProfile internal)
     
    static UUID
    id(net.minecraft.world.item.component.ResolvableProfile internal)
     
    static boolean
    isResolved(net.minecraft.world.item.component.ResolvableProfile internal)
     
    static String
    name(net.minecraft.world.item.component.ResolvableProfile internal)
     

    Methods inherited from class java.lang.Object

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

    • ExpandResolvableProfile

      public ExpandResolvableProfile()
  • Method Details

    • id

      public static UUID id(net.minecraft.world.item.component.ResolvableProfile internal)
    • isResolved

      public static boolean isResolved(net.minecraft.world.item.component.ResolvableProfile internal)
    • name

      public static String name(net.minecraft.world.item.component.ResolvableProfile internal)
    • gameProfile

      public static com.mojang.authlib.GameProfile gameProfile(net.minecraft.world.item.component.ResolvableProfile internal)