Class Blueprints

java.lang.Object
de.gurkenlabs.litiengine.resources.ResourcesContainer<Blueprint>
de.gurkenlabs.litiengine.resources.Blueprints

public class Blueprints
extends ResourcesContainer<Blueprint>
  • Method Details

    • isSupported

      public static boolean isSupported​(java.lang.String fileName)
    • load

      protected Blueprint load​(java.net.URL resourceName) throws java.lang.Exception
      Specified by:
      load in class ResourcesContainer<Blueprint>
      Throws:
      java.lang.Exception
    • getAlias

      protected java.lang.String getAlias​(java.lang.String resourceName, Blueprint resource)
      Description copied from class: ResourcesContainer
      Gets an alias for the specified resourceName. Note that the process of providing an alias is up to the ResourceContainer implementation.
      Overrides:
      getAlias in class ResourcesContainer<Blueprint>
      Parameters:
      resourceName - The original name of the resource.
      resource - The resource.
      Returns:
      An alias for the specified resource.