Package de.mrjulsen.dragnsounds.net.cts
Klasse StopSoundNotificationPacket
java.lang.Object
de.mrjulsen.dragnsounds.net.cts.StopSoundNotificationPacket
- Alle implementierten Schnittstellen:
de.mrjulsen.mcdragonlib.net.IPacketBase<StopSoundNotificationPacket>
public class StopSoundNotificationPacket
extends Object
implements de.mrjulsen.mcdragonlib.net.IPacketBase<StopSoundNotificationPacket>
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungdecode
(net.minecraft.network.FriendlyByteBuf buf) void
encode
(StopSoundNotificationPacket packet, net.minecraft.network.FriendlyByteBuf buf) void
handle
(StopSoundNotificationPacket packet, Supplier<dev.architectury.networking.NetworkManager.PacketContext> contextSupplier)
-
Konstruktordetails
-
StopSoundNotificationPacket
public StopSoundNotificationPacket() -
StopSoundNotificationPacket
public StopSoundNotificationPacket(long soundId)
-
-
Methodendetails
-
encode
- Angegeben von:
encode
in Schnittstellede.mrjulsen.mcdragonlib.net.IPacketBase<StopSoundNotificationPacket>
-
decode
- Angegeben von:
decode
in Schnittstellede.mrjulsen.mcdragonlib.net.IPacketBase<StopSoundNotificationPacket>
-
handle
public void handle(StopSoundNotificationPacket packet, Supplier<dev.architectury.networking.NetworkManager.PacketContext> contextSupplier) - Angegeben von:
handle
in Schnittstellede.mrjulsen.mcdragonlib.net.IPacketBase<StopSoundNotificationPacket>
-