All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.nukkit.network.process.processor.LevelSoundEventProcessorV2 Maven / Gradle / Ivy

package cn.nukkit.network.process.processor;

import cn.nukkit.network.protocol.ProtocolInfo;

public class LevelSoundEventProcessorV2 extends LevelSoundEventProcessor {
    @Override
    public int getPacketId() {
        return ProtocolInfo.toNewProtocolID(ProtocolInfo.LEVEL_SOUND_EVENT_PACKET_V1);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy