Interface BootstrapContextAccess
- All Superinterfaces:
BootstrapContextAccessExtension
- All Known Subinterfaces:
BootstrapContext<T>, LootTableSubProvider.Context, RecipeOutput
- All Known Implementing Classes:
ConditionalLootTableSubProviderContext, ConditionalRecipeOutput, NeoForgeAdvancementProvider.AdvancementRewriteContext, NeoForgeRecipeProvider.InterceptingRecipeOutput
-
Method Summary
Modifier and TypeMethodDescription<S> Stream<Holder.Reference<S>> listContextElements(ResourceKey<? extends Registry<? extends S>> key) Deprecated.<S> HolderGetter<S> lookup(ResourceKey<? extends Registry<? extends S>> key) Methods inherited from interface BootstrapContextAccessExtension
holderLookup
-
Method Details
-
lookup
-
listContextElements
@Deprecated <S> Stream<Holder.Reference<S>> listContextElements(ResourceKey<? extends Registry<? extends S>> key) Deprecated.
-