Package com.samsthenerd.inline.utils
Class FakeClientPlayerMaker
java.lang.Object
com.samsthenerd.inline.utils.FakeClientPlayerMaker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.mojang.authlib.GameProfile
getBetterProfile
(com.mojang.authlib.GameProfile weakProf) static net.minecraft.util.Pair<net.minecraft.entity.Entity,
Boolean> getPlayerEntity
(com.mojang.authlib.GameProfile profile)
-
Constructor Details
-
FakeClientPlayerMaker
public FakeClientPlayerMaker()
-
-
Method Details
-
getPlayerEntity
public static net.minecraft.util.Pair<net.minecraft.entity.Entity,Boolean> getPlayerEntity(com.mojang.authlib.GameProfile profile) -
getBetterProfile
@Nullable public static com.mojang.authlib.GameProfile getBetterProfile(com.mojang.authlib.GameProfile weakProf)
-