Class BaseInstanceable<T extends BaseInstanceable<T>>

java.lang.Object
com.toxicrain.rainengine.core.BaseInstanceable<T>
Type Parameters:
T - The subclass type.
Direct Known Subclasses:
GameInfoParser, KeyInfoParser, MapInfoParser, PaletteInfoParser, SettingsInfoParser

public abstract class BaseInstanceable<T extends BaseInstanceable<T>> extends Object
Fully automated base class to provide singleton support to subclasses. No need to declare an instance field in the subclass.
  • Constructor Details

    • BaseInstanceable

      public BaseInstanceable()
  • Method Details