Interface FeatureManager

All Known Implementing Classes:
NeoForgeFeatureManager

public interface FeatureManager
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Set up event handlers to track player position on player tick and to clear player position cache on disconnect to clean up memory
    boolean
     
  • Method Details

    • enablePlayerTracker

      void enablePlayerTracker()
      Set up event handlers to track player position on player tick and to clear player position cache on disconnect to clean up memory
    • shouldCreateNewLevelData

      boolean shouldCreateNewLevelData()