Interface RegistryItem

All Known Implementing Classes:
BiomeType, BlockCategory, Category, EntityType, FluidCategory, FluidType, ItemCategory, ItemType

public interface RegistryItem
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    void
    setInternalId(int internalId)
     
  • Method Details

    • setInternalId

      void setInternalId(int internalId)
    • getInternalId

      int getInternalId()