Class JavaCustomSoundTranslator
java.lang.Object
org.geysermc.geyser.translator.protocol.PacketTranslator<com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundCustomSoundPacket>
org.geysermc.geyser.translator.protocol.java.level.JavaCustomSoundTranslator
public class JavaCustomSoundTranslator
extends PacketTranslator<com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundCustomSoundPacket>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundCustomSoundPacket packet)
Methods inherited from class org.geysermc.geyser.translator.protocol.PacketTranslator
shouldExecuteInEventLoop
-
Constructor Details
-
JavaCustomSoundTranslator
public JavaCustomSoundTranslator()
-
-
Method Details
-
translate
public void translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundCustomSoundPacket packet)- Specified by:
translate
in classPacketTranslator<com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundCustomSoundPacket>
-