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
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateInteractionAtLocationAction(FriendlyByteBuf p_179662_) (package private)InteractionAtLocationAction(InteractionHand p_179659_, Vec3 p_179660_) -
Method Summary
Modifier and TypeMethodDescriptionvoiddispatch(ServerboundInteractPacket.Handler p_179667_) getType()voidwrite(FriendlyByteBuf p_179665_)
-
Field Details
-
hand
-
location
-
-
Constructor Details
-
InteractionAtLocationAction
InteractionAtLocationAction(InteractionHand p_179659_, Vec3 p_179660_) -
InteractionAtLocationAction
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceServerboundInteractPacket.Action
-
dispatch
- Specified by:
dispatchin interfaceServerboundInteractPacket.Action
-
write
- Specified by:
writein interfaceServerboundInteractPacket.Action
-