SolvedCapes in Minecraft 1.8

Posts 1–8 of 8 · Page 1 of 1
Capes in Minecraft 1.8
Hello!

I've been adding stuff to my client (Shibex) and I've come into an issue with Capes that I'm unfamiliar with.

Code:
            this.playerRenderer.bindTexture(e.getName().equals("Friendsname") ? friendCape : p_177166_1_.getLocationCape());
I get an error on the e in e.getname.

I've tried
Code:
private static final Entity e;
but that doesn't work and switches the error to bindTexture.

I'd really appreciate some help.

Thanks,

-Breadfries
I'm trying to fix an error on this piece of code:
this.playerRenderer.bindTexture(e.getName().equals ("Friendsname") ? friendCape : p_177166_1_.getLocationCape());

On the e in e.getname, it has come up with an error and I don't know why.

This is in LayerCape.java.

Source
pastebin.com/iEjH6q68
.bump.bump.bump.bump.bump.bump
Guys, I actually need help with this...
github(dot)com/jadar/DeveloperCapes i am not telling you how to do stuff but this should help
a better thing would be the src (which you have provided) and the paste of the actual error.. Would help 1000 times.
No response after two days, assuming solved.
/Closed
Posts 1–8 of 8 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?