AssetPackExtension

public interface AssetPackExtension


Extension properties for the Asset Pack plugin.

Summary

Public methods

abstract void
abstract @NonNull DynamicDelivery

Contains the dynamic delivery settings for the asset pack.

abstract @NonNull Property<@NonNull String>

The split name to assign to the asset pack.

Public methods

dynamicDelivery

abstract void dynamicDelivery(
    @ExtensionFunctionType @NonNull Function1<@NonNull DynamicDeliveryUnit> action
)
See also
dynamicDelivery

getDynamicDelivery

abstract @NonNull DynamicDelivery getDynamicDelivery()

Contains the dynamic delivery settings for the asset pack.

getPackName

abstract @NonNull Property<@NonNull StringgetPackName()

The split name to assign to the asset pack.