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
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungdecode(net.minecraft.network.FriendlyByteBuf buf) voidencode(StopSoundNotificationPacket packet, net.minecraft.network.FriendlyByteBuf buf) voidhandle(StopSoundNotificationPacket packet, Supplier<dev.architectury.networking.NetworkManager.PacketContext> contextSupplier)
-
Konstruktordetails
-
StopSoundNotificationPacket
public StopSoundNotificationPacket() -
StopSoundNotificationPacket
public StopSoundNotificationPacket(long soundId)
-
-
Methodendetails
-
encode
- Angegeben von:
encodein Schnittstellede.mrjulsen.mcdragonlib.net.IPacketBase<StopSoundNotificationPacket>
-
decode
- Angegeben von:
decodein Schnittstellede.mrjulsen.mcdragonlib.net.IPacketBase<StopSoundNotificationPacket>
-
handle
public void handle(StopSoundNotificationPacket packet, Supplier<dev.architectury.networking.NetworkManager.PacketContext> contextSupplier) - Angegeben von:
handlein Schnittstellede.mrjulsen.mcdragonlib.net.IPacketBase<StopSoundNotificationPacket>
-