Uses of Record Class
net.minecraft.core.RegistryAccess.RegistryEntry
Packages that use RegistryAccess.RegistryEntry
-
Uses of RegistryAccess.RegistryEntry in net.minecraft.core
Methods in net.minecraft.core that return RegistryAccess.RegistryEntryModifier and TypeMethodDescriptionprivate RegistryAccess.RegistryEntry<T> RegistryAccess.RegistryEntry.freeze()private static <T,R extends Registry<? extends T>>
RegistryAccess.RegistryEntry<T> RegistryAccess.RegistryEntry.fromMapEntry(Map.Entry<? extends ResourceKey<? extends Registry<?>>, R> pMapEntry) private static <T> RegistryAccess.RegistryEntry<T> RegistryAccess.RegistryEntry.fromUntyped(ResourceKey<? extends Registry<?>> pKey, Registry<?> pValue) Methods in net.minecraft.core that return types with arguments of type RegistryAccess.RegistryEntryModifier and TypeMethodDescriptionstatic Stream<RegistryAccess.RegistryEntry<?>> RegistrySynchronization.networkedRegistries(LayeredRegistryAccess<RegistryLayer> pRegistryAccess) static Stream<RegistryAccess.RegistryEntry<?>> RegistrySynchronization.networkSafeRegistries(LayeredRegistryAccess<RegistryLayer> pRegistryAccess) private static Stream<RegistryAccess.RegistryEntry<?>> RegistrySynchronization.ownedNetworkableRegistries(RegistryAccess pRegistryAccess) RegistryAccess.ImmutableRegistryAccess.registries()RegistryAccess.registries()Constructor parameters in net.minecraft.core with type arguments of type RegistryAccess.RegistryEntryModifierConstructorDescriptionImmutableRegistryAccess(Stream<RegistryAccess.RegistryEntry<?>> pRegistries)