Interface IBreedingTrackerManager


public interface IBreedingTrackerManager
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends IBreedingTracker>
    T
    getTracker(ISpeciesType<?,?> type, net.minecraft.world.level.LevelAccessor level, com.mojang.authlib.GameProfile profile)
     
  • Method Details

    • getTracker

      <T extends IBreedingTracker> T getTracker(ISpeciesType<?,?> type, net.minecraft.world.level.LevelAccessor level, @Nullable com.mojang.authlib.GameProfile profile)
      Parameters:
      type - The ID of the species type.
      level - The level where this breeding tracker is saved.
      profile - The profile of the player whose breeding tracker should be queried.
      Returns:
      The player-specific species tracker for the species type with the given ID.