public interface ResourcePackSource
| Modifier and Type | Field and Description |
|---|---|
static ResourcePackSource |
PACK_SOURCE_BUILTIN |
static ResourcePackSource |
PACK_SOURCE_NONE |
static ResourcePackSource |
PACK_SOURCE_SERVER |
static ResourcePackSource |
PACK_SOURCE_WORLD |
| Modifier and Type | Method and Description |
|---|---|
Text |
decorate(Text packName) |
static ResourcePackSource |
nameAndSource(String source) |
static ResourcePackSource |
onlyName() |
static final ResourcePackSource PACK_SOURCE_NONE
static final ResourcePackSource PACK_SOURCE_BUILTIN
static final ResourcePackSource PACK_SOURCE_WORLD
static final ResourcePackSource PACK_SOURCE_SERVER
static ResourcePackSource onlyName()
static ResourcePackSource nameAndSource(String source)