generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Just tried to extend WButton
, because I want to make the button display foreground icon only, not background. But some fields of WButton
is private
, because of this I have to write a WButton
on my own, or copy its code and worry about licensing before that (at least i need to search it), or workaround it in other ways.
I believe this happens to other widgets and classes as well.
Is it possible to make the fields protected
instead of private
? So that if modders want to modify the behavior of widgets provided by libgui, it would be much easier.
Thx!
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request