Interface ResourcePackOption<T>

All Known Subinterfaces:
PriorityOption, SubpackOption, UrlFallbackOption

public interface ResourcePackOption<T>
Represents a resource pack option that can be used to specify how a resource pack is sent to Bedrock clients.

Not all options can be applied to all resource packs. For example, you cannot specify a specific subpack to be loaded on resource packs that do not have subpacks. To see which limitations apply to specific resource pack options, check the javadocs or see the validate(ResourcePack) method.

Since:
2.6.2
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    Represents the different types of resource pack options.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    Used to validate a specific options for a pack.