Uses of Class
net.minecraft.util.registry.RegistryEntry.Reference
Package
Description
-
Uses of RegistryEntry.Reference in net.minecraft.block
Modifier and TypeFieldDescriptionprivate final RegistryEntry.Reference<Block>
Block.registryEntry
-
Uses of RegistryEntry.Reference in net.minecraft.client.gui.screen
Modifier and TypeFieldDescription(package private) final RegistryEntry.Reference<Biome>
CustomizeBuffetLevelScreen.BuffetBiomesListWidget.BuffetBiomeItem.biome
-
Uses of RegistryEntry.Reference in net.minecraft.entity
Modifier and TypeFieldDescriptionprivate final RegistryEntry.Reference<EntityType<?>>
EntityType.registryEntry
-
Uses of RegistryEntry.Reference in net.minecraft.fluid
Modifier and TypeFieldDescriptionprivate final RegistryEntry.Reference<Fluid>
Fluid.registryEntry
-
Uses of RegistryEntry.Reference in net.minecraft.item
-
Uses of RegistryEntry.Reference in net.minecraft.util.registry
Modifier and TypeFieldDescriptionprivate @Nullable List<RegistryEntry.Reference<T>>
SimpleRegistry.cachedEntries
private final Map<Identifier,
RegistryEntry.Reference<T>> SimpleRegistry.idToEntry
private final Map<RegistryKey<T>,
RegistryEntry.Reference<T>> SimpleRegistry.keyToEntry
private final ObjectList<RegistryEntry.Reference<T>>
SimpleRegistry.rawIdToEntry
private @Nullable Map<T,
RegistryEntry.Reference<T>> SimpleRegistry.unfrozenValueToEntry
private final Map<T,
RegistryEntry.Reference<T>> SimpleRegistry.valueToEntry
private final @Nullable Function<T,
RegistryEntry.Reference<T>> SimpleRegistry.valueToEntryFunction
Modifier and TypeMethodDescriptionabstract RegistryEntry.Reference<T>
Registry.createEntry
(T value) SimpleRegistry.createEntry
(T value) static <T> RegistryEntry.Reference<T>
Deprecated.static <T> RegistryEntry.Reference<T>
RegistryEntry.Reference.standAlone
(Registry<T> registry, RegistryKey<T> registryKey) Modifier and TypeMethodDescriptionprivate List<RegistryEntry.Reference<T>>
SimpleRegistry.getEntries()
abstract Stream<RegistryEntry.Reference<T>>
Registry.streamEntries()
SimpleRegistry.streamEntries()
Modifier and TypeMethodDescriptionprivate static <T> T
SimpleRegistry.getValue
(RegistryEntry.Reference<T> entry) private static <T> DynamicRegistryManager.Entry<T>
DynamicRegistryManager.Entry.of
(RegistryEntry.Reference<? extends Registry<? extends T>> entry) Modifier and TypeMethodDescriptionprivate static <T> Registry<T>
Registry.create
(RegistryKey<? extends Registry<T>> key, com.mojang.serialization.Lifecycle lifecycle, Function<T, RegistryEntry.Reference<T>> valueToEntryFunction, Registry.DefaultEntryGetter<T> defaultEntryGetter) private static <T> DefaultedRegistry<T>
Registry.create
(RegistryKey<? extends Registry<T>> key, String defaultId, com.mojang.serialization.Lifecycle lifecycle, Function<T, RegistryEntry.Reference<T>> valueToEntryFunction, Registry.DefaultEntryGetter<T> defaultEntryGetter) private static <T> DefaultedRegistry<T>
Registry.create
(RegistryKey<? extends Registry<T>> key, String defaultId, Function<T, RegistryEntry.Reference<T>> valueToEntryFunction, Registry.DefaultEntryGetter<T> defaultEntryGetter) ModifierConstructorDescriptionDefaultedRegistry
(String defaultId, RegistryKey<? extends Registry<T>> key, com.mojang.serialization.Lifecycle lifecycle, @Nullable Function<T, RegistryEntry.Reference<T>> valueToEntryFunction) SimpleRegistry
(RegistryKey<? extends Registry<T>> key, com.mojang.serialization.Lifecycle lifecycle, @Nullable Function<T, RegistryEntry.Reference<T>> valueToEntryFunction) -
Uses of RegistryEntry.Reference in net.minecraft.world.event
Modifier and TypeFieldDescriptionprivate final RegistryEntry.Reference<GameEvent>
GameEvent.registryEntry