Package kr.toxicity.model.api.pack
Class PackNamespace
java.lang.Object
kr.toxicity.model.api.pack.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
-
Method Summary
Modifier and TypeMethodDescription@NotNull PackBuilderitems()Returns the builder for the 'items' directory.@NotNull PackBuildermodels()Returns the builder for the 'models' directory.@NotNull PackBuildertextures()Returns the builder for the 'textures/item' directory.
-
Method Details
-
items
Returns the builder for the 'items' directory.- Returns:
- the items builder
- Since:
- 1.15.2
-
models
Returns the builder for the 'models' directory.- Returns:
- the models builder
- Since:
- 1.15.2
-
textures
Returns the builder for the 'textures/item' directory.- Returns:
- the textures builder
- Since:
- 1.15.2
-