Class BoulderDashConsoleSpriteFactory

  • All Implemented Interfaces:
    org.refcodes.checkerboard.ConsoleSpriteFactory<org.refcodes.data.ext.boulderdash.BoulderDashStatus>, org.refcodes.checkerboard.SpriteFactory<java.lang.String,S,org.refcodes.checkerboard.ConsoleCheckerboardViewer<?,S>>, org.refcodes.factory.ContextLookupFactory<java.lang.String,S,org.refcodes.checkerboard.ConsoleCheckerboardViewer<?,S>>


    public class BoulderDashConsoleSpriteFactory
    extends java.lang.Object
    implements org.refcodes.checkerboard.ConsoleSpriteFactory<org.refcodes.data.ext.boulderdash.BoulderDashStatus>
    Implementation of the SpriteFactory interface (ConsoleSpriteFactory) for the WatchdogPlayer simulator.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String createInstance​(org.refcodes.data.ext.boulderdash.BoulderDashStatus aIdentifier, org.refcodes.checkerboard.ConsoleCheckerboardViewer<?,org.refcodes.data.ext.boulderdash.BoulderDashStatus> aContext)
      • Methods inherited from interface org.refcodes.factory.ContextLookupFactory

        createInstance
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BoulderDashConsoleSpriteFactory

        public BoulderDashConsoleSpriteFactory​()
    • Method Detail

      • createInstance

        public java.lang.String createInstance​(org.refcodes.data.ext.boulderdash.BoulderDashStatus aIdentifier,
                                               org.refcodes.checkerboard.ConsoleCheckerboardViewer<?,org.refcodes.data.ext.boulderdash.BoulderDashStatus> aContext)
        Specified by:
        createInstance in interface org.refcodes.factory.ContextLookupFactory<java.lang.String,S extends java.lang.Object,org.refcodes.checkerboard.ConsoleCheckerboardViewer<?,S extends java.lang.Object>>