| Package | Description |
|---|---|
| com.github.steveice10.mc.protocol.data.game.world | |
| com.github.steveice10.mc.protocol.packet.ingame.server.world |
| Modifier and Type | Method and Description |
|---|---|
static Particle |
Particle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Particle[] |
Particle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Particle |
ServerSpawnParticlePacket.getParticle() |
| Constructor and Description |
|---|
ServerSpawnParticlePacket(Particle particle,
boolean longDistance,
float x,
float y,
float z,
float offsetX,
float offsetY,
float offsetZ,
float velocityOffset,
int amount,
int... data) |
Copyright © 2020. All rights reserved.