Interface SpellPartCustomizationScreen.Factory<T, S extends net.minecraft.client.gui.screens.Screen & SpellPartCustomizationScreen>
- Type Parameters:
T- AFunctionto get the initial value.S- ABiConsumerto set the value when the screen is closed.
- Enclosing interface:
SpellPartCustomizationScreen
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface SpellPartCustomizationScreen.Factory<T, S extends net.minecraft.client.gui.screens.Screen & SpellPartCustomizationScreen>
The factory interface for
SpellPartCustomizationScreens, used in RegisterSpellPartCustomizationScreensEvent.-
Method Summary
-
Method Details
-
create
-