Package | Description |
---|---|
net.citizensnpcs.npc.skin | |
net.citizensnpcs.util |
Modifier and Type | Method and Description |
---|---|
boolean |
Skin.apply(SkinnableEntity entity)
Apply the skin data to the specified skinnable entity.
|
void |
Skin.applyAndRespawn(SkinnableEntity entity)
Apply the skin data to the specified skinnable entity and respawn the NPC.
|
void |
TabListRemover.cancelPackets(org.bukkit.entity.Player player,
SkinnableEntity skinnable)
Cancel packets pending to be sent to the specified player for the specified skinnable entity.
|
static Skin |
Skin.get(SkinnableEntity entity)
Get a skin for a skinnable entity.
|
static Skin |
Skin.get(SkinnableEntity entity,
boolean forceUpdate)
Get a skin for a skinnable entity.
|
void |
TabListRemover.sendPacket(org.bukkit.entity.Player player,
SkinnableEntity entity)
Send a remove packet to the specified player for the specified skinnable entity.
|
Constructor and Description |
---|
SkinPacketTracker(SkinnableEntity entity)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
NMSBridge.sendTabListRemove(org.bukkit.entity.Player recipient,
Collection<? extends SkinnableEntity> skinnableNPCs) |
static void |
NMS.sendTabListRemove(org.bukkit.entity.Player recipient,
Collection<? extends SkinnableEntity> skinnableNPCs) |
Copyright © 2021. All rights reserved.