Interface SpecialGuiElementRegistry.Factory
- Enclosing class:
SpecialGuiElementRegistry
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A factory to create a new
PictureInPictureRenderer instance.-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.client.gui.render.pip.PictureInPictureRenderer<?>
-
Method Details
-
createSpecialRenderer
net.minecraft.client.gui.render.pip.PictureInPictureRenderer<?> createSpecialRenderer(SpecialGuiElementRegistry.Context ctx)
-