Package codechicken.lib.packet
package codechicken.lib.packet
Created by covers1624 on 3/7/24.
-
ClassDescriptionAn extension interface containing various helpers for reading and writing to
FriendlyByteBuf.An extension interface containing various helpers for reading and writing toRegistryFriendlyByteBuf.Created by covers1624 on 10/31/25.Created by covers1624 on 10/31/25.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Created by covers1624 on 17/9/24.Created by covers1624 on 10/31/25.Created by covers1624 on 10/31/25.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.A simple Stream based network channel, very similar to the NeoForge api, however provides raw, stream-based packets.A handle for constructing a packet bound for a client or the server.A handle for constructing client-bound packets.The context available when executing a configuration task.A helpful interface for the configuration phase packet handler type.A factory for constructingICustomConfigurationTaskinstances.A helpful interface for the gameplay packet handler type.A handle for constructing server-bound packets.An outbound packet for a specificStreamNetworkChannelpacket.A client-bound packet, write your data, then use one of the various send methods, orStreamPacket.ToClient.toVanilla()to send it out a vanilla path.A server-bound packet, write your data, then use one of the various send methods, orStreamPacket.ToServer.toVanilla()to send it out a vanilla path.