Class RuntimeResourceManager

java.lang.Object
com.blamejared.contenttweaker.core.resource.RuntimeResourceManager
All Implemented Interfaces:
com.blamejared.contenttweaker.core.api.resource.ResourceManager

public final class RuntimeResourceManager extends Object implements com.blamejared.contenttweaker.core.api.resource.ResourceManager
  • Method Summary

    Modifier and Type
    Method
    Description
    com.blamejared.contenttweaker.core.api.resource.ResourceFragment
    fragment(com.blamejared.contenttweaker.core.api.resource.ResourceFragment.Key key)
     
    of()
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.blamejared.contenttweaker.core.api.resource.ResourceManager

    fragment
  • Method Details

    • of

      public static RuntimeResourceManager of()
    • fragment

      public com.blamejared.contenttweaker.core.api.resource.ResourceFragment fragment(com.blamejared.contenttweaker.core.api.resource.ResourceFragment.Key key)
      Specified by:
      fragment in interface com.blamejared.contenttweaker.core.api.resource.ResourceManager