Class HTDynamicResourceProvider.Client

  • All Implemented Interfaces:
    net.mehvahdjukaar.moonlight.api.resources.pack.SimplePackProvider

    
    public abstract class HTDynamicResourceProvider.Client
    extends DynamicClientResourceProvider
                        

    クライアント側での動的リソースを提供する抽象クラスです。

    Since:

    0.10.0

    Author:

    Hiiragi Tsubasa

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final IEditablePackResources packResources
      private final PackType packType
      private final PackLocationInfo locationInfo
      private final ResourceLocation name
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class net.mehvahdjukaar.moonlight.api.resources.pack.DynamicResourcesProvider

        addSupportedNamespaces, canUseExternalResourcePacks, createSelectionConfig, getLocationInfo, getName, getPackResources, getPackType, needsToRegenerate, prepare, reload
      • Methods inherited from class net.mehvahdjukaar.moonlight.api.resources.pack.SimplePackProvider

        createPack
      • Methods inherited from class java.lang.Object

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

      • HTDynamicResourceProvider.Client

        HTDynamicResourceProvider.Client(String modId)
    • Method Detail