Magnus Ihse Bursie

Results 350 comments of Magnus Ihse Bursie

It's not so much a Wynntils issue as a problem with the interaction between Wynntils and Continue. After all, Continue claims "Compatible with Mod Menu and most mods that modify...

We're doing this: ``` WynncraftButton wynncraftButton = new WynncraftButton( titleScreen, wynncraftServer, titleScreen.width / 2 + 104, titleScreen.height / 4 + 48 + 24); titleScreen.addRenderableWidget(wynncraftButton); ``` Continue does this: ``` continueButtonBuilder.dimensions(this.width...

Yeah... you can't really do that. There is no previous container, so we pass in `null`. (This too is documented ;-)) What was your intention? To work with an existing...

Ah, I see. Yeah, your patch was good, but the clickOnSlot method in the scripted query assumes you will receive a ContainerContent object from a preceding container query operation. This,...

Do you intend to implement this, or is it a general feature request?

Formalizing this, I interpret this is a request for a toggle to exclude `info` messages from the user name search + ping.

An alternative to wrapping in Optional (which I want to avoid if possible; the only thing worse than that is returning a null pointer that the receiver is not prepared...

Yeah, maybe. I guess any one method will do, as long as we avoid null.

Sounds like a nice idea, but might be difficult to implement. Also, when discussing editing existing lootruns, while completely different, one thing I have often missed is the ability to...