Class ClientboundLevelParticlesPacket
java.lang.Object
org.geysermc.mcprotocollib.protocol.packet.ingame.clientbound.level.ClientboundLevelParticlesPacket
- All Implemented Interfaces:
Packet,MinecraftPacket
-
Constructor Summary
ConstructorsConstructorDescriptionClientboundLevelParticlesPacket(@NonNull Particle particle, boolean longDistance, double x, double y, double z, float offsetX, float offsetY, float offsetZ, float velocityOffset, int amount) ClientboundLevelParticlesPacket(io.netty.buffer.ByteBuf in, MinecraftCodecHelper helper) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanintfloatfloatfloat@NonNull ParticlefloatdoublegetX()doublegetY()doublegetZ()inthashCode()booleanvoidserialize(io.netty.buffer.ByteBuf out, MinecraftCodecHelper helper) @NonNull StringtoString()@NonNull ClientboundLevelParticlesPacketwithAmount(int amount) @NonNull ClientboundLevelParticlesPacketwithLongDistance(boolean longDistance) @NonNull ClientboundLevelParticlesPacketwithOffsetX(float offsetX) @NonNull ClientboundLevelParticlesPacketwithOffsetY(float offsetY) @NonNull ClientboundLevelParticlesPacketwithOffsetZ(float offsetZ) @NonNull ClientboundLevelParticlesPacketwithParticle(@NonNull Particle particle) @NonNull ClientboundLevelParticlesPacketwithVelocityOffset(float velocityOffset) @NonNull ClientboundLevelParticlesPacketwithX(double x) @NonNull ClientboundLevelParticlesPacketwithY(double y) @NonNull ClientboundLevelParticlesPacketwithZ(double z) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.geysermc.mcprotocollib.network.packet.Packet
isPriority, isTerminal
-
Constructor Details
-
ClientboundLevelParticlesPacket
-
ClientboundLevelParticlesPacket
public ClientboundLevelParticlesPacket(@NonNull @NonNull Particle particle, boolean longDistance, double x, double y, double z, float offsetX, float offsetY, float offsetZ, float velocityOffset, int amount)
-
-
Method Details
-
serialize
- Specified by:
serializein interfaceMinecraftPacket
-
getParticle
-
isLongDistance
public boolean isLongDistance() -
getX
public double getX() -
getY
public double getY() -
getZ
public double getZ() -
getOffsetX
public float getOffsetX() -
getOffsetY
public float getOffsetY() -
getOffsetZ
public float getOffsetZ() -
getVelocityOffset
public float getVelocityOffset() -
getAmount
public int getAmount() -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
withParticle
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withLongDistance
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withX
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withY
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withZ
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withOffsetX
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withOffsetY
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withOffsetZ
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withVelocityOffset
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withAmount
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-