Uses of Interface
net.minecraftforge.network.ICustomPacket
Packages that use ICustomPacket
Package
Description
-
Uses of ICustomPacket in net.minecraft.network.protocol.common
Classes in net.minecraft.network.protocol.common that implement ICustomPacketModifier and TypeClassDescriptionfinal record
final record
-
Uses of ICustomPacket in net.minecraft.network.protocol.login
Classes in net.minecraft.network.protocol.login that implement ICustomPacketModifier and TypeClassDescriptionfinal record
final record
-
Uses of ICustomPacket in net.minecraftforge.common
Methods in net.minecraftforge.common with parameters of type ICustomPacketModifier and TypeMethodDescriptionstatic boolean
ForgeHooks.onCustomPayload
(ICustomPacket<?> packet, Connection connection) -
Uses of ICustomPacket in net.minecraftforge.event.network
Constructors in net.minecraftforge.event.network with parameters of type ICustomPacketModifierConstructorDescriptionCustomPayloadEvent
(ICustomPacket<?> payload, CustomPayloadEvent.Context source) -
Uses of ICustomPacket in net.minecraftforge.network
Methods in net.minecraftforge.network with type parameters of type ICustomPacketModifier and TypeMethodDescriptionstatic <T extends ICustomPacket<?>>
NetworkDirectionNetworkDirection.directionFor
(Class<T> customPacket) Methods in net.minecraftforge.network that return ICustomPacketModifier and TypeMethodDescription<T extends Packet<?>>
ICustomPacket<T>NetworkDirection.buildPacket
(FriendlyByteBuf data, ResourceLocation channelName) NetworkDirection.Factory.create
(FriendlyByteBuf data, Integer index, ResourceLocation channelName)