Uses of Class
net.minecraft.network.protocol.game.ServerboundInteractPacket
Package
Description
-
Uses of ServerboundInteractPacket in net.minecraft.network.protocol.game
Modifier and TypeMethodDescriptionstatic ServerboundInteractPacket
ServerboundInteractPacket.createAttackPacket
(Entity p_179606_, boolean p_179607_) static ServerboundInteractPacket
ServerboundInteractPacket.createInteractionPacket
(Entity p_179609_, boolean p_179610_, InteractionHand p_179611_) static ServerboundInteractPacket
ServerboundInteractPacket.createInteractionPacket
(Entity p_179613_, boolean p_179614_, InteractionHand p_179615_, Vec3 p_179616_) Modifier and TypeMethodDescriptionvoid
ServerGamePacketListener.handleInteract
(ServerboundInteractPacket p_133754_) -
Uses of ServerboundInteractPacket in net.minecraft.server.network
Modifier and TypeMethodDescriptionvoid
ServerGamePacketListenerImpl.handleInteract
(ServerboundInteractPacket p_9866_) -
Uses of ServerboundInteractPacket in net.minecraftforge.common.util
Modifier and TypeMethodDescriptionvoid
FakePlayer.FakePlayerNetHandler.handleInteract
(ServerboundInteractPacket packet)