Class ServerboundInteractPacket.InteractionAtLocationAction
java.lang.Object
net.minecraft.network.protocol.game.ServerboundInteractPacket.InteractionAtLocationAction
- All Implemented Interfaces:
ServerboundInteractPacket.Action
- Enclosing class:
ServerboundInteractPacket
static class ServerboundInteractPacket.InteractionAtLocationAction
extends Object
implements ServerboundInteractPacket.Action
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprivate
InteractionAtLocationAction
(FriendlyByteBuf p_179662_) (package private)
InteractionAtLocationAction
(InteractionHand p_179659_, Vec3 p_179660_) -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispatch
(ServerboundInteractPacket.Handler p_179667_) getType()
void
write
(FriendlyByteBuf p_179665_)
-
Field Details
-
hand
-
location
-
-
Constructor Details
-
InteractionAtLocationAction
InteractionAtLocationAction(InteractionHand p_179659_, Vec3 p_179660_) -
InteractionAtLocationAction
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceServerboundInteractPacket.Action
-
dispatch
- Specified by:
dispatch
in interfaceServerboundInteractPacket.Action
-
write
- Specified by:
write
in interfaceServerboundInteractPacket.Action
-