Uses of Interface
net.minecraft.resources.RegistryResourceAccess.EntryThunk
-
Uses of RegistryResourceAccess.EntryThunk in net.minecraft.resources
Modifier and TypeMethodDescriptionRegistryResourceAccess.getResource
(ResourceKey<E> p_214236_) RegistryResourceAccess.InMemoryStorage.getResource
(ResourceKey<E> p_214285_) <E> Map<ResourceKey<E>,
RegistryResourceAccess.EntryThunk<E>> RegistryResourceAccess.InMemoryStorage.listResources
(ResourceKey<? extends Registry<E>> p_214274_) <E> Map<ResourceKey<E>,
RegistryResourceAccess.EntryThunk<E>> RegistryResourceAccess.listResources
(ResourceKey<? extends Registry<E>> p_214235_) Modifier and TypeMethodDescriptionprivate <E> com.mojang.serialization.DataResult<Holder<E>>
RegistryLoader.overrideElementFromResources
(WritableRegistry<E> p_214229_, ResourceKey<? extends Registry<E>> p_214230_, com.mojang.serialization.Codec<E> p_214231_, ResourceKey<E> p_214232_, Optional<RegistryResourceAccess.EntryThunk<E>> p_214233_, com.mojang.serialization.DynamicOps<com.google.gson.JsonElement> p_214234_) -
Uses of RegistryResourceAccess.EntryThunk in net.minecraftforge.common
Modifier and TypeMethodDescriptionstatic <E> Collection<Map.Entry<ResourceKey<E>,
RegistryResourceAccess.EntryThunk<E>>> ForgeHooks.filterThunks
(Map<ResourceKey<E>, RegistryResourceAccess.EntryThunk<E>> map) Modifier and TypeMethodDescriptionstatic <E> Collection<Map.Entry<ResourceKey<E>,
RegistryResourceAccess.EntryThunk<E>>> ForgeHooks.filterThunks
(Map<ResourceKey<E>, RegistryResourceAccess.EntryThunk<E>> map)