Uses of Interface
net.minecraft.network.protocol.common.custom.CustomPacketPayload
Packages that use CustomPacketPayload
Package
Description
-
Uses of CustomPacketPayload in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type CustomPacketPayloadModifier and TypeMethodDescriptionprotected abstract voidClientCommonPacketListenerImpl.handleCustomPayload(CustomPacketPayload p_297976_) protected voidClientConfigurationPacketListenerImpl.handleCustomPayload(CustomPacketPayload p_301281_) voidClientPacketListener.handleCustomPayload(CustomPacketPayload p_300286_) private voidClientConfigurationPacketListenerImpl.handleUnknownCustomPayload(CustomPacketPayload p_300719_) private voidClientPacketListener.handleUnknownCustomPayload(CustomPacketPayload p_301051_) -
Uses of CustomPacketPayload in net.minecraft.network.protocol.common
Fields in net.minecraft.network.protocol.common declared as CustomPacketPayloadModifier and TypeFieldDescriptionprivate final CustomPacketPayloadClientboundCustomPayloadPacket.payloadThe field for thepayloadrecord component.private final CustomPacketPayloadServerboundCustomPayloadPacket.payloadThe field for thepayloadrecord component.Fields in net.minecraft.network.protocol.common with type parameters of type CustomPacketPayloadModifier and TypeFieldDescriptionprivate static final Map<ResourceLocation,FriendlyByteBuf.Reader<? extends CustomPacketPayload>> ClientboundCustomPayloadPacket.KNOWN_TYPESprivate static final Map<ResourceLocation,FriendlyByteBuf.Reader<? extends CustomPacketPayload>> ServerboundCustomPayloadPacket.KNOWN_TYPESMethods in net.minecraft.network.protocol.common that return CustomPacketPayloadModifier and TypeMethodDescriptionClientboundCustomPayloadPacket.payload()Returns the value of thepayloadrecord component.ServerboundCustomPayloadPacket.payload()Returns the value of thepayloadrecord component.private static CustomPacketPayloadClientboundCustomPayloadPacket.readPayload(ResourceLocation p_298700_, FriendlyByteBuf p_298589_) private static CustomPacketPayloadServerboundCustomPayloadPacket.readPayload(ResourceLocation p_301116_, FriendlyByteBuf p_298967_) Constructors in net.minecraft.network.protocol.common with parameters of type CustomPacketPayloadModifierConstructorDescriptionCreates an instance of aClientboundCustomPayloadPacketrecord class.Creates an instance of aServerboundCustomPayloadPacketrecord class. -
Uses of CustomPacketPayload in net.minecraft.network.protocol.common.custom
Classes in net.minecraft.network.protocol.common.custom that implement CustomPacketPayloadModifier and TypeClassDescriptionfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal record -
Uses of CustomPacketPayload in net.minecraft.network.protocol.game
Methods in net.minecraft.network.protocol.game with parameters of type CustomPacketPayloadModifier and TypeMethodDescriptionprivate static voidDebugPackets.sendPacketToAllPlayers(ServerLevel p_133692_, CustomPacketPayload p_298207_)