Network
endstone.network
¶
Classes:
Name | Description |
---|---|
Packet |
Represents a packet. |
PacketType |
Represents the types of packets. |
SpawnParticleEffectPacket |
Represents a packet for spawning a particle effect. |
Packet
¶
PacketType
¶
PacketType(value: int)
Represents the types of packets.
Attributes:
Name | Type | Description |
---|---|---|
SPAWN_PARTICLE_EFFECT |
PacketType
|
|
name |
str
|
|
value |
int
|
|
SpawnParticleEffectPacket
¶
Bases: Packet
Represents a packet for spawning a particle effect.
Attributes:
Name | Type | Description |
---|---|---|
actor_id |
int
|
|
dimension_id |
int
|
|
effect_name |
str
|
|
molang_variables_json |
str | None
|
|
position |
Vector
|
|