Uses of Class
net.minecraft.network.protocol.game.ServerboundInteractPacket
Packages that use ServerboundInteractPacket
Package
Description
-
Uses of ServerboundInteractPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ServerboundInteractPacketModifier and TypeFieldDescriptionstatic final PacketType<ServerboundInteractPacket> GamePacketTypes.SERVERBOUND_INTERACTstatic final StreamCodec<FriendlyByteBuf, ServerboundInteractPacket> ServerboundInteractPacket.STREAM_CODECMethods in net.minecraft.network.protocol.game that return ServerboundInteractPacketModifier and TypeMethodDescriptionstatic ServerboundInteractPacketServerboundInteractPacket.createAttackPacket(Entity entity, boolean usingSecondaryAction) static ServerboundInteractPacketServerboundInteractPacket.createInteractionPacket(Entity entity, boolean usingSecondaryAction, InteractionHand hand) static ServerboundInteractPacketServerboundInteractPacket.createInteractionPacket(Entity entity, boolean usingSecondaryAction, InteractionHand hand, Vec3 interactionLocation) Methods in net.minecraft.network.protocol.game that return types with arguments of type ServerboundInteractPacketMethods in net.minecraft.network.protocol.game with parameters of type ServerboundInteractPacketModifier and TypeMethodDescriptionvoidServerGamePacketListener.handleInteract(ServerboundInteractPacket packet) Processes left and right clicks on entities -
Uses of ServerboundInteractPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundInteractPacketModifier and TypeMethodDescriptionvoidServerGamePacketListenerImpl.handleInteract(ServerboundInteractPacket packet) Processes left and right clicks on entities -
Uses of ServerboundInteractPacket in net.neoforged.neoforge.common.util
Methods in net.neoforged.neoforge.common.util with parameters of type ServerboundInteractPacketModifier and TypeMethodDescriptionvoidFakePlayer.FakePlayerNetHandler.handleInteract(ServerboundInteractPacket packet)