Package me.shedaniel.architectury.core
Class RegistryEntry<T>
java.lang.Object
me.shedaniel.architectury.core.RegistryEntry<T>
- Direct Known Subclasses:
AbstractRecipeSerializer
An entry in registries, will implement methods from
IForgeRegistryEntry
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable net.minecraft.resources.ResourceLocation
setRegistryName
(net.minecraft.resources.ResourceLocation name)
-
Constructor Details
-
RegistryEntry
public RegistryEntry()
-
-
Method Details
-
setRegistryName
@Internal @PlatformOnly("forge") public T setRegistryName(net.minecraft.resources.ResourceLocation name) -
getRegistryName
@Nullable @Internal @PlatformOnly("forge") public @Nullable net.minecraft.resources.ResourceLocation getRegistryName() -
getRegistryType
-