Jump to content

Lucas_gamer13

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Lucas_gamer13's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I wanted to know a way to render a player's head, I used the code below, but it takes the texture of the player, I just need the head ... ResourceLocation mResourceLocation = ((AbstractClientPlayer) Minecraft.getMinecraft().thePlayer).getLocationSkin(); Minecraft.getMinecraft().getTextureManager().bindTexture(mResourceLocation); drawModalRectWithCustomSizedTexture((posx-removeMp), posy, 0, 0, 32, 32, 32, 32);
  2. Sorry, I'm new here ... I want to render an image that is NOT inside a jar, such as a screenshot
  3. Need to render the last screenshot taken by the player in the corner of the screen, is there any way I can get an image out of the mod .jar and render on the screen?
  4. Is there a way to a client-side mod, get the player that gave me damage? immultiplayer? LivingHurtEvent does not work in multiplayer.
  5. Is there a way to render a screenshot or any other file.png in a gui? I would use ResourceLocation, but it only renders files within .jar... And another question, how do I get the list of players that are online on the server? Like for example tab auto-completing in chat?(CLIENT SIDE)
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.