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.
I get an error on the e in e.getname.
I've tried
but that doesn't work and switches the error to bindTexture.
I'd really appreciate some help.
Thanks,
-Breadfries
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've tried
Code:
private static final Entity e;
I'd really appreciate some help.
Thanks,
-Breadfries
