Action

sealed interface Action

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
object Companion
Link copied to clipboard
data class Interact(val hand: InteractionHand) : ServerboundInteractPacketEvent.Action
Link copied to clipboard
data class InteractAtLocation(val hand: InteractionHand, val location: Vec3) : ServerboundInteractPacketEvent.Action