| Package | Description |
|---|---|
| net.tridentsdk.effect.entity |
Represents entity visual effects
|
| net.tridentsdk.entity |
Other entities and general abstractions and types
|
| net.tridentsdk.server.effect.entity |
Entity status effects
|
| net.tridentsdk.server.entity |
Contains general entity implementations and base abstractions
|
| net.tridentsdk.server.packets.play.out |
Packets related to the gameplay of the server sent from the server
|
| Modifier and Type | Method and Description |
|---|---|
static EntityStatusEffectType |
EntityStatusEffectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityStatusEffectType[] |
EntityStatusEffectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EntityStatusEffect |
LivingEntity.createStatusEffect(EntityStatusEffectType status)
Creates a new entity status effect
|
| Modifier and Type | Method and Description |
|---|---|
EntityStatusEffectType |
TridentEntityStatusEffect.type() |
| Modifier and Type | Method and Description |
|---|---|
void |
TridentEntityStatusEffect.setType(EntityStatusEffectType type) |
| Constructor and Description |
|---|
TridentEntityStatusEffect(LivingEntity entity,
EntityStatusEffectType type) |
| Modifier and Type | Method and Description |
|---|---|
EntityStatusEffect |
TridentLivingEntity.createStatusEffect(EntityStatusEffectType status) |
| Modifier and Type | Field and Description |
|---|---|
protected EntityStatusEffectType |
PacketPlayOutEntityStatus.status |
| Modifier and Type | Method and Description |
|---|---|
EntityStatusEffectType |
PacketPlayOutEntityStatus.status() |
Copyright © 2016. All rights reserved.