Interface BootstrapContextExtension<T>
- All Known Subinterfaces:
BootstrapContext<T>
- All Known Implementing Classes:
NeoForgeAdvancementProvider.AdvancementRewriteContext, NeoForgeRecipeProvider.InterceptingRecipeOutput
public interface BootstrapContextExtension<T>
-
Method Summary
Modifier and TypeMethodDescriptiondefault Holder.Reference<T> register(ResourceKey<T> key, T value, ICondition... conditions) private BootstrapContext<T> self()
-
Method Details
-
register
-
self
-