Package net.minecraft.tags
Interface TagLoader.ElementLookup<T>
public static interface TagLoader.ElementLookup<T>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> TagLoader.ElementLookup<? extends Holder<T>> fromFrozenRegistry(Registry<T> registry) static <T> TagLoader.ElementLookup<Holder<T>> fromWritableRegistry(WritableRegistry<T> registry) get(ResourceLocation id, boolean required)
-
Method Details
-
get
-
fromFrozenRegistry
-
fromWritableRegistry
-