Skip to content

Commit

Permalink
Fixed anonymous function of
Browse files Browse the repository at this point in the history
  • Loading branch information
ToberoCat committed Aug 12, 2023
1 parent 3ad4c17 commit 53eb414
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* Author: Tobias Madlberger (Tobias)
*/
public interface GuiFunction {
static @NotNull GuiFunction of(BiConsumer<GuiEngineApi, GuiContext> method) {
static @NotNull GuiFunction anonymous(BiConsumer<GuiEngineApi, GuiContext> method) {
return new GuiFunction() {
@Override
public @NotNull String getType() {
Expand Down

0 comments on commit 53eb414

Please sign in to comment.