31 public static function create(
int $actorRuntimeId, MovementEffectType $effectType,
int $duration,
int $tick) : self{
33 $result->actorRuntimeId = $actorRuntimeId;
34 $result->effectType = $effectType;
35 $result->duration = $duration;
36 $result->tick = $tick;