Uses of Interface
net.minecraft.resources.RegistryResourceAccess.EntryThunk
Packages that use RegistryResourceAccess.EntryThunk
-
Uses of RegistryResourceAccess.EntryThunk in net.minecraft.resources
Methods in net.minecraft.resources that return types with arguments of type RegistryResourceAccess.EntryThunkModifier 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_) Method parameters in net.minecraft.resources with type arguments of type RegistryResourceAccess.EntryThunkModifier 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
Methods in net.minecraftforge.common that return types with arguments of type RegistryResourceAccess.EntryThunkModifier and TypeMethodDescriptionstatic <E> Collection<Map.Entry<ResourceKey<E>,
RegistryResourceAccess.EntryThunk<E>>> ForgeHooks.filterThunks
(Map<ResourceKey<E>, RegistryResourceAccess.EntryThunk<E>> map) Method parameters in net.minecraftforge.common with type arguments of type RegistryResourceAccess.EntryThunkModifier and TypeMethodDescriptionstatic <E> Collection<Map.Entry<ResourceKey<E>,
RegistryResourceAccess.EntryThunk<E>>> ForgeHooks.filterThunks
(Map<ResourceKey<E>, RegistryResourceAccess.EntryThunk<E>> map)