PackNamespace

Represents a namespace within a resource pack, providing access to standard subdirectories.

This class organizes resources into 'items', 'models', and 'textures' categories.

Since

1.15.2

Functions

Link copied to clipboard
@NotNull
open fun items(): @NotNull PackBuilder
Returns the builder for the 'items' directory.
Link copied to clipboard
@NotNull
open fun models(): @NotNull PackBuilder
Returns the builder for the 'models' directory.
Link copied to clipboard
@NotNull
open fun textures(): @NotNull PackBuilder
Returns the builder for the 'textures/item' directory.