Posted January 23, 201411 yr Hi, I need to get the iconString of an item but i notice the field is protected, is there any way to get the iconString of the item? (I think i need to get the iconString at least, i want to be able to get the texture of an item to use it as part of a model, i know how to do this by binding different textures but i need to be able to get the string to get the resourcelocation unless there is some other way which allows me to get the resource location, also if someone could tell me which class gets the resource location from an item(like a hotbar rendering class) that would be good so i can see how to do it)
January 24, 201411 yr Author getResorceLocation doesnt exist just getResource and getResourceAsStream both of whch require a string not an integer, also how would i do the U/V coordinates thing? would i do part.setTextureOffset(Item.getSpriteNumber(),Item.getSpriteNumber());
January 26, 201411 yr Author IDK what im doing wrong but it's not showing for me (btw i used TextureManager.class because there was only .class or .this)
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.