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 p_179606_, boolean p_179607_) static ServerboundInteractPacketServerboundInteractPacket.createInteractionPacket(Entity p_179609_, boolean p_179610_, InteractionHand p_179611_) static ServerboundInteractPacketServerboundInteractPacket.createInteractionPacket(Entity p_179613_, boolean p_179614_, InteractionHand p_179615_, Vec3 p_179616_) 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 p_133754_) -
Uses of ServerboundInteractPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundInteractPacketModifier and TypeMethodDescriptionvoidServerGamePacketListenerImpl.handleInteract(ServerboundInteractPacket p_9866_) -
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)