mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-29 23:48:00 +01:00
Rewrite GuiSkins
This commit is contained in:
parent
2de216842f
commit
34dae0168d
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
||||||
package com.minelittlepony.gui;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Response actions for UI events.
|
|
||||||
*/
|
|
||||||
@FunctionalInterface
|
|
||||||
public interface IGUIAction<T> {
|
|
||||||
/**
|
|
||||||
* Performs this action now.
|
|
||||||
*
|
|
||||||
* @param value New Value of the field being changed
|
|
||||||
* @return Adjusted value the field must take on
|
|
||||||
*/
|
|
||||||
T perform(T value);
|
|
||||||
}
|
|
Loading…
Reference in a new issue