Class BoulderDashCaveMapFactory

  • All Implemented Interfaces:
    org.refcodes.factory.LookupFactory<java.lang.String[],BoulderDashCaveMap>


    public class BoulderDashCaveMapFactory
    extends java.lang.Object
    implements org.refcodes.factory.LookupFactory<java.lang.String[],BoulderDashCaveMap>
    The Class BoulderDashCaveMapFactory.
    Author:
    steiner
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String[] createInstance​(BoulderDashCaveMap eIdentifier)
      • Methods inherited from interface org.refcodes.factory.LookupFactory

        createInstance
      • Methods inherited from class java.lang.Object

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

      • BoulderDashCaveMapFactory

        public BoulderDashCaveMapFactory​()
    • Method Detail

      • createInstance

        public java.lang.String[] createInstance​(BoulderDashCaveMap eIdentifier)
        Specified by:
        createInstance in interface org.refcodes.factory.LookupFactory<java.lang.String[],BoulderDashCaveMap>