Class RegistriesImpl
java.lang.Object
me.shedaniel.architectury.registry.fabric.RegistriesImpl
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
RegistriesImpl.RegistryBuilderWrapper<T extends me.shedaniel.architectury.core.RegistryEntry<T>>
static class
static enum
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic me.shedaniel.architectury.registry.Registries.RegistryProvider
static <T> net.minecraft.resources.ResourceLocation
getId
(T object, net.minecraft.core.Registry<T> fallback) static <T> net.minecraft.resources.ResourceLocation
getId
(T object, net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<T>> fallback)
-
Constructor Details
-
RegistriesImpl
public RegistriesImpl()
-
-
Method Details
-
_get
-
getId
public static <T> net.minecraft.resources.ResourceLocation getId(T object, net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<T>> fallback) -
getId
public static <T> net.minecraft.resources.ResourceLocation getId(T object, net.minecraft.core.Registry<T> fallback)
-