What method should I call to get the avatar of the account I am logged in to and draw it in the mainmenu, like this?

What method should I call to get the avatar of the account I am logged in to and draw it in the mainmenu, like this?

ok change “0F” to "0". that 's ok
@larissa 不支持


I don't know how to use the opposite number of kotlin

First plz put the following code
override val tag: String
get() = modeValue.get()
override val tag: String
get() = if(modeValue.get() == "Simple")
"${horizontalValue.get()}% ${verticalValue.get()}%"
else
modeValue.get()
Then you'll get an ArrayList like this

(plz don't say I'm a skider. I just sent it when no one sent it XDDD
Who has this source code of playerlist, just like the figure below, thank u very much

@0x64 If it's work,thx a lot
who has the Edit Nofall mode,plz give us thx
@xinepeng No, I haven't added it yet
I have some novoline and Exhibition rotation source code, but I don't know how to add rotation mode to Killaura
@_simonclient_ do u have discord?
@_simonclient_ How did you do it
@_simonclient_ Wuwuwu idk
@_simonclient_ I don't understand skid:(
@_simonclient_ ncp:(
@_simonclient_ Maybe something is wrong with the watchdog.kt file:)
/*
* LiquidBounce Hacked Client
* A free open source mixin-based injection hacked client for Minecraft using Minecraft Forge.
* https://github.com/CCBlueX/LiquidBounce/
*/
package net.ccbluex.liquidbounce.features.module.modules.movement.speeds.ncp;
import net.ccbluex.liquidbounce.event.MoveEvent;
import net.ccbluex.liquidbounce.features.module.modules.movement.speeds.SpeedMode;
import net.ccbluex.liquidbounce.utils.MovementUtils;
public class Watchdog extends SpeedMode {
public Watchdog() {
super("Watchdog");
}
@Override
public void onMotion() {
if(mc.thePlayer.isInWater())
return;
if(MovementUtils.isMoving()) {
if(mc.thePlayer.onGround)
mc.thePlayer.jump();
else
MovementUtils.strafe(MovementUtils.getSpeed() * 1.311F);
}else{
mc.thePlayer.motionX = 0D;
mc.thePlayer.motionZ = 0D;
}
}
@Override
public void onUpdate() {
}
@Override
public void onMove(MoveEvent event) {
}
}
@_simonclient_ watchdog.kt 
@_simonclient_ 

But that's what it looks like after it's registered
@_simonclient_ speed.kt?