visit<T> abstract method

T visit<T>(
  1. PlayerEventVisitor<T> visitor
)

Implementation

T visit<T>(PlayerEventVisitor<T> visitor);