Class MultiImplementationRenderFeature.Builder<T>
java.lang.Object
team.lodestar.lodestone.systems.rendering.renderfeature.MultiImplementationRenderFeature.Builder<T>
- Enclosing class:
MultiImplementationRenderFeature<T>
-
Method Summary
Modifier and TypeMethodDescriptionaddImplementation(Supplier<T> implementationSupplier, DeviceRequirementSet requirements) build()static <T> MultiImplementationRenderFeature.Builder<T> of(net.minecraft.resources.ResourceLocation id)
-
Method Details
-
of
public static <T> MultiImplementationRenderFeature.Builder<T> of(net.minecraft.resources.ResourceLocation id) -
addImplementation
public MultiImplementationRenderFeature.Builder<T> addImplementation(Supplier<T> implementationSupplier, DeviceRequirementSet requirements) -
build
-