Interface Mod.ConfigurationScreenProvider

Enclosing interface:
Mod
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Environment(CLIENT) @FunctionalInterface public static interface Mod.ConfigurationScreenProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.client.gui.screens.Screen
    provide(net.minecraft.client.gui.screens.Screen parent)
     
  • Method Details

    • provide

      net.minecraft.client.gui.screens.Screen provide(net.minecraft.client.gui.screens.Screen parent)