Interface IRegistryObject<T>

All Superinterfaces:
Supplier<T>
All Known Implementing Classes:
RegistryObject

public interface IRegistryObject<T> extends Supplier<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.resources.ResourceLocation
     

    Methods inherited from interface java.util.function.Supplier

    get
  • Method Details

    • getRegistryName

      net.minecraft.resources.ResourceLocation getRegistryName()