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 pEntity, boolean pUsingSecondaryAction) static ServerboundInteractPacketServerboundInteractPacket.createInteractionPacket(Entity pEntity, boolean pUsingSecondaryAction, InteractionHand pHand) static ServerboundInteractPacketServerboundInteractPacket.createInteractionPacket(Entity pEntity, boolean pUsingSecondaryAction, InteractionHand pHand, Vec3 pInteractionLocation) 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 pPacket) 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 pPacket) 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)