Uses of Record Class
net.minecraft.network.packet.c2s.play.CustomClickActionC2SPacket
Packages that use CustomClickActionC2SPacket
Package
Description
-
Uses of CustomClickActionC2SPacket in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type CustomClickActionC2SPacketModifier and TypeMethodDescriptionvoidServerPlayPacketListener.onCustomClickAction(CustomClickActionC2SPacket packet) -
Uses of CustomClickActionC2SPacket in net.minecraft.network.packet
Fields in net.minecraft.network.packet with type parameters of type CustomClickActionC2SPacketModifier and TypeFieldDescriptionstatic final PacketType<CustomClickActionC2SPacket> PlayPackets.CUSTOM_CLICK_ACTION -
Uses of CustomClickActionC2SPacket in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play with type parameters of type CustomClickActionC2SPacketModifier and TypeFieldDescriptionstatic final PacketCodec<ByteBuf, CustomClickActionC2SPacket> CustomClickActionC2SPacket.CODECMethods in net.minecraft.network.packet.c2s.play that return types with arguments of type CustomClickActionC2SPacket -
Uses of CustomClickActionC2SPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type CustomClickActionC2SPacketModifier and TypeMethodDescriptionvoidServerPlayNetworkHandler.onCustomClickAction(CustomClickActionC2SPacket packet)