Class WrapperPlayServerEntitySoundEffect

java.lang.Object
com.github.retrooper.packetevents.wrapper.PacketWrapper<WrapperPlayServerEntitySoundEffect>
com.github.retrooper.packetevents.wrapper.play.server.WrapperPlayServerEntitySoundEffect

public class WrapperPlayServerEntitySoundEffect extends PacketWrapper<WrapperPlayServerEntitySoundEffect>
  • Constructor Details

    • WrapperPlayServerEntitySoundEffect

      public WrapperPlayServerEntitySoundEffect(PacketSendEvent event)
    • WrapperPlayServerEntitySoundEffect

      public WrapperPlayServerEntitySoundEffect(int soundId, SoundCategory soundCategory, int entityId, float volume, float pitch)
    • WrapperPlayServerEntitySoundEffect

      public WrapperPlayServerEntitySoundEffect(Sound sound, SoundCategory soundCategory, int entityId, float volume, float pitch)
    • WrapperPlayServerEntitySoundEffect

      public WrapperPlayServerEntitySoundEffect(Sound sound, SoundCategory soundCategory, int entityId, float volume, float pitch, long seed)
  • Method Details