Interface InstancingEngine.GroupFactory<P extends WorldProgram>
- Enclosing class:
- InstancingEngine<P extends WorldProgram>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptioncreate(InstancingEngine<P> engine, net.minecraft.client.renderer.RenderType type)
-
Method Details
-
create
InstancedMaterialGroup<P> create(InstancingEngine<P> engine, net.minecraft.client.renderer.RenderType type)
-