Jump to content

Cobra1117

Members
  • Posts

    5
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

Cobra1117's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I'm currently trying to create an inventory slot that can be put in a "locked" state, preventing the item inside from being removed. As part of this, I want to change the background of the slot as a visible indicator of the change. I've been trying to use Slot.setBackgroundIconTexture(...), but that seems to do nothing. I noticed a few posts about having to also call Slot.setBackgroundIcon(...) to set the bounds for the icon. My questions are: 1.) Is this the best way to change the background of the GUI slot? 2.) What is the preferred way of getting an IIcon instance? Should I just make my own implementation IIcon, or is there a method I can call to get an IIcon instance? Thanks!
×
×
  • Create New...

Important Information

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