Does XYBlockRenderer support tooltips?
-
- Posts: 15
- Joined: Wed Nov 07, 2007 6:20 pm
Does XYBlockRenderer support tooltips?
Does XYBlockRenderer support tooltips? It doesn't seem so. What would I need to do to make that work?
-
- Posts: 15
- Joined: Wed Nov 07, 2007 6:20 pm
Re: Does XYBlockRenderer support tooltips?
I'm using 1.0.9 by the way.
thanks
thanks
-
- Posts: 1634
- Joined: Sat Feb 17, 2007 1:51 pm
Re: Does XYBlockRenderer support tooltips?
The XYBlockRenderer of 1.0.13 should support entity creation and hence tooltips. The change log for the class states that entity collection code was added 07 Apr 2008. Since 1.0.9 was released earlier, that piece of code is probably missing. You could try to copy the drawItem-method from the current version to your version and recompile.
-
- Posts: 15
- Joined: Wed Nov 07, 2007 6:20 pm
Re: Does XYBlockRenderer support tooltips?
Yep, 1.0.13 worked. Thanks