Class WrapperPlayServerSoundEffect
java.lang.Object
com.github.retrooper.packetevents.wrapper.PacketWrapper<WrapperPlayServerSoundEffect>
com.github.retrooper.packetevents.wrapper.play.server.WrapperPlayServerSoundEffect
-
Nested Class Summary
Nested classes/interfaces inherited from class com.github.retrooper.packetevents.wrapper.PacketWrapper
PacketWrapper.Reader<T>, PacketWrapper.Writer<T>
-
Field Summary
Fields inherited from class com.github.retrooper.packetevents.wrapper.PacketWrapper
buffer, bufferLock, clientVersion, serverVersion, user
-
Constructor Summary
ConstructorDescriptionWrapperPlayServerSoundEffect
(int soundId, SoundCategory soundCategory, Vector3i effectPosition, float volume, float pitch) WrapperPlayServerSoundEffect
(int soundId, SoundCategory soundCategory, Vector3i effectPosition, float volume, float pitch, long seed) WrapperPlayServerSoundEffect
(Sound sound, SoundCategory soundCategory, Vector3i effectPosition, float volume, float pitch) WrapperPlayServerSoundEffect
(Sound sound, SoundCategory soundCategory, Vector3i effectPosition, float volume, float pitch, long seed) -
Method Summary
Modifier and TypeMethodDescriptionvoid
copy
(WrapperPlayServerSoundEffect wrapper) float
getPitch()
long
getSeed()
Seeds only exist in server version 1.19+getSound()
@Nullable SoundCategory
int
Deprecated.float
void
read()
void
setEffectPosition
(Vector3i effectPosition) void
setPitch
(float pitch) void
setSeed
(long seed) Seeds only exist in server version 1.19+void
void
setSoundCategory
(SoundCategory soundCategory) void
setSoundId
(int soundId) Deprecated.void
setVolume
(float volume) void
write()
Methods inherited from class com.github.retrooper.packetevents.wrapper.PacketWrapper
createUniversalPacketWrapper, getBuffer, getChunkKey, getChunkX, getChunkZ, getClientVersion, getMaxMessageLength, getNativePacketId, getPacketId, getPacketTypeData, getRegistryHolder, getServerVersion, limitValue, prepareForSend, prepareForSend, readArray, readBitSet, readBlockPosition, readBoolean, readByte, readByteArray, readByteArray, readByteArrayOfSize, readBytes, readChatTypeBoundNetwork, readCollection, readComponent, readComponentAsJSON, readComponentAsNBT, readComponentJSON, readContainerId, readDimension, readDouble, readEntityMetadata, readEnum, readEnum, readEnumSet, readEvent, readFilterMask, readFloat, readGameMode, readIdentifier, readIdentifier, readInt, readItemStack, readItemStackModern, readKnownPack, readLastSeenMessages, readLastSeenMessagesEntry, readLastSeenMessagesPacked, readLastSeenMessagesUpdate, readLegacyLastSeenMessagesUpdate, readList, readLong, readLongArray, readLongArray, readMap, readMappedEntity, readMappedEntity, readMappedEntityOrDirect, readMappedEntityOrDirect, readMedium, readMerchantOffer, readMessageSignature, readMessageSignaturePacked, readMultiVersional, readNBT, readNBTRaw, readNode, readNullableVarInt, readOptional, readPresentItemStack, readPublicKey, readPublicProfileKey, readRemainingBytes, readRemoteChatSession, readRotation, readSaltSignature, readShort, readSignatureData, readSignedCommandArguments, readString, readString, readStyle, readTimestamp, readUnlimitedNBT, readUnlimitedNBTRaw, readUnsignedByte, readUnsignedShort, readUUID, readVarInt, readVarIntArray, readVarIntArrayOfSize, readVarLong, readVarShort, readVillagerData, readWorldBlockPosition, resetBuffer, resetByteBuf, setBuffer, setClientVersion, setNativePacketId, setPacketId, setServerVersion, writeArray, writeBitSet, writeBlockPosition, writeBoolean, writeByte, writeByteArray, writeByteArrayOfSize, writeBytes, writeChatTypeBoundNetwork, writeCollection, writeComponent, writeComponentAsJSON, writeComponentAsNBT, writeComponentJSON, writeContainerId, writeDimension, writeDouble, writeEntityMetadata, writeEntityMetadata, writeEnum, writeEnumSet, writeFilterMask, writeFloat, writeGameMode, writeIdentifier, writeIdentifier, writeInt, writeItemStack, writeItemStackModern, writeKnownPack, writeLastMessagesEntry, writeLastSeenMessages, writeLastSeenMessagesPacked, writeLastSeenMessagesUpdate, writeLegacyLastSeenMessagesUpdate, writeList, writeLong, writeLongArray, writeMap, writeMappedEntity, writeMappedEntityOrDirect, writeMedium, writeMerchantOffer, writeMessageSignature, writeMessageSignaturePacked, writeMultiVersional, writeNBT, writeNBTRaw, writeNode, writeNullableVarInt, writeOptional, writePresentItemStack, writePublicKey, writePublicProfileKey, writeRemoteChatSession, writeRotation, writeSaltSignature, writeShort, writeSignatureData, writeSignedCommandArguments, writeString, writeString, writeString, writeStyle, writeTimestamp, writeUUID, writeVarInt, writeVarIntArray, writeVarIntArrayOfSize, writeVarLong, writeVarShort, writeVillagerData, writeWorldBlockPosition
-
Constructor Details
-
WrapperPlayServerSoundEffect
-
WrapperPlayServerSoundEffect
public WrapperPlayServerSoundEffect(int soundId, SoundCategory soundCategory, Vector3i effectPosition, float volume, float pitch) -
WrapperPlayServerSoundEffect
public WrapperPlayServerSoundEffect(int soundId, SoundCategory soundCategory, Vector3i effectPosition, float volume, float pitch, long seed) -
WrapperPlayServerSoundEffect
public WrapperPlayServerSoundEffect(Sound sound, SoundCategory soundCategory, Vector3i effectPosition, float volume, float pitch) -
WrapperPlayServerSoundEffect
public WrapperPlayServerSoundEffect(Sound sound, SoundCategory soundCategory, Vector3i effectPosition, float volume, float pitch, long seed)
-
-
Method Details
-
read
public void read()- Overrides:
read
in classPacketWrapper<WrapperPlayServerSoundEffect>
-
write
public void write()- Overrides:
write
in classPacketWrapper<WrapperPlayServerSoundEffect>
-
copy
- Overrides:
copy
in classPacketWrapper<WrapperPlayServerSoundEffect>
-
getSound
-
setSound
-
getSoundId
Deprecated. -
setSoundId
Deprecated. -
getSoundCategory
-
setSoundCategory
-
getEffectPosition
-
setEffectPosition
-
getVolume
public float getVolume() -
setVolume
public void setVolume(float volume) -
getPitch
public float getPitch() -
setPitch
public void setPitch(float pitch) -
getSeed
public long getSeed()Seeds only exist in server version 1.19+- Returns:
- the seed
-
setSeed
public void setSeed(long seed) Seeds only exist in server version 1.19+- Parameters:
seed
- the seed to set
-