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