Package | Description |
---|---|
org.inventivetalent.npclib.npc.living.human | |
org.inventivetalent.npclib.skin |
Modifier and Type | Method and Description |
---|---|
void |
NPCHumanAbstract.setSkinLayers(SkinLayer... visibleLayers) |
Modifier and Type | Field and Description |
---|---|
static SkinLayer[] |
SkinLayer.ALL |
Modifier and Type | Method and Description |
---|---|
static SkinLayer |
SkinLayer.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SkinLayer[] |
SkinLayer.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Collection<SkinLayer> |
SkinLayer.getLayers(int value) |
Modifier and Type | Method and Description |
---|---|
static int |
SkinLayer.getValue(SkinLayer[] active) |
void |
ISkinnableEntity.setSkinLayers(SkinLayer... visibleLayers) |
Modifier and Type | Method and Description |
---|---|
static int |
SkinLayer.getValue(Iterable<SkinLayer> active) |
Copyright © 2018. All rights reserved.